We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfba41 commit 88b6a29Copy full SHA for 88b6a29
pkg/pyproject.toml
@@ -17,11 +17,11 @@ namespaces = true
17
# ----------------------------------------- Project Metadata -------------------------------------
18
#
19
[project]
20
-version = "0.0.0.dev76"
+version = "0.1.0"
21
name = "PyLinks"
22
dependencies = [
23
"requests >= 2.31.0, < 3",
24
- "ExceptionMan == 0.0.0.dev63",
25
- "MDit == 0.0.0.dev63",
+ "ExceptionMan >=0.1,<0.2",
+ "MDit >=0.1,<0.2",
26
]
27
requires-python = ">=3.10"
0 commit comments