Skip to content

Commit 642bbc9

Browse files
committed
Release v0.1.0
1 parent 5725d95 commit 642bbc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/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.dev11"
18+
version = "0.1.0"
1919
name = "PyColorIT"
2020
requires-python = ">=3.10"
2121
dependencies = [
2222
"numpy",
23-
"PkgData == 0.0.0.dev5",
23+
"PkgData >=0.1,<0.2",
2424
"ipython",
2525
]

0 commit comments

Comments
 (0)