We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f1ca7 commit d312db1Copy full SHA for d312db1
1 file changed
pkg/pyproject.toml
@@ -17,10 +17,10 @@ namespaces = true
17
# ----------------------------------------- Project Metadata -------------------------------------
18
#
19
[project]
20
-version = "0.0.0.dev5"
+version = "0.1.0"
21
name = "HTMP"
22
requires-python = ">=3.10"
23
dependencies = [
24
"IPython",
25
- "ProtocolMan == 0.0.0.dev2",
+ "ProtocolMan >=0.1,<0.2",
26
]
0 commit comments