Skip to content

Commit 88b6a29

Browse files
committed
Release v0.1.0
1 parent 9cfba41 commit 88b6a29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ namespaces = true
1717
# ----------------------------------------- Project Metadata -------------------------------------
1818
#
1919
[project]
20-
version = "0.0.0.dev76"
20+
version = "0.1.0"
2121
name = "PyLinks"
2222
dependencies = [
2323
"requests >= 2.31.0, < 3",
24-
"ExceptionMan == 0.0.0.dev63",
25-
"MDit == 0.0.0.dev63",
24+
"ExceptionMan >=0.1,<0.2",
25+
"MDit >=0.1,<0.2",
2626
]
2727
requires-python = ">=3.10"

0 commit comments

Comments
 (0)