Skip to content

Commit dc949dc

Browse files
committed
Release v0.1.0
1 parent 4c9fa01 commit dc949dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespaces = true
1717
# ----------------------------------------- Project Metadata -------------------------------------
1818
#
1919
[project]
20-
version = "0.0.0.dev66"
20+
version = "0.1.0"
2121
name = "PySerials"
2222
dependencies = [
2323
"jsonschema >= 4.21.0, < 5",
@@ -26,8 +26,8 @@ dependencies = [
2626
"ruamel.yaml >= 0.18", # https://yaml.readthedocs.io/en/stable/
2727
"ruamel.yaml.string >= 0.1.1, < 1",
2828
"tomlkit >= 0.11.8, < 0.14", # https://tomlkit.readthedocs.io/en/stable/,
29-
"MDit == 0.0.0.dev63",
30-
"ExceptionMan == 0.0.0.dev63",
31-
"ProtocolMan == 0.0.0.dev2",
29+
"MDit >=0.1,<0.2",
30+
"ExceptionMan >=0.1,<0.2",
31+
"ProtocolMan >=0.1,<0.2",
3232
]
3333
requires-python = ">=3.10"

0 commit comments

Comments
 (0)