We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5725d95 commit 642bbc9Copy full SHA for 642bbc9
1 file changed
pkg/pyproject.toml
@@ -15,11 +15,11 @@ namespaces = true
15
16
# ----------------------------------------- Project Metadata -------------------------------------
17
[project]
18
-version = "0.0.0.dev11"
+version = "0.1.0"
19
name = "PyColorIT"
20
requires-python = ">=3.10"
21
dependencies = [
22
"numpy",
23
- "PkgData == 0.0.0.dev5",
+ "PkgData >=0.1,<0.2",
24
"ipython",
25
]
0 commit comments