We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5347e37 commit 72b3cc6Copy full SHA for 72b3cc6
2 files changed
pkg/pyproject.toml
@@ -17,14 +17,14 @@ namespaces = true
17
# ----------------------------------------- Project Metadata -------------------------------------
18
#
19
[project]
20
-version = "0.0.0.dev94"
+version = "0.1.0"
21
name = "LoggerMan"
22
dependencies = [
23
- "MDit == 0.0.0.dev63",
24
- "PySerials == 0.0.0.dev66",
25
- "ActionMan == 0.0.0.dev24",
26
- "ProtocolMan == 0.0.0.dev2",
27
- "ExceptionMan == 0.0.0.dev63",
+ "MDit >=0.1,<0.2",
+ "PySerials >=0.1,<0.2",
+ "ActionMan >=0.1,<0.2",
+ "ProtocolMan >=0.1,<0.2",
+ "ExceptionMan >=0.1,<0.2",
28
"pydantic",
29
"rich",
30
]
pkg/requirements.txt
0 commit comments