Skip to content

Commit 8901a90

Browse files
committed
update
1 parent 6141ac0 commit 8901a90

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# PyColorIT
2+
3+
Utilities for working with colors in Python.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ namespaces = true
1515

1616
# ----------------------------------------- Project Metadata -------------------------------------
1717
[project]
18-
version = "0.0.0.dev5"
18+
version = "0.0.0.dev6"
1919
name = "PyColorIT"
2020
requires-python = ">=3.10"
2121
dependencies = [
2222
"numpy",
23-
"PkgData == 0.0.0.dev3",
23+
"PkgData == 0.0.0.dev4",
2424
"ipython",
2525
]

0 commit comments

Comments
 (0)