Skip to content

Commit 505b7b9

Browse files
committed
Release v0.1.0
1 parent 65d515c commit 505b7b9

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

pkg/pyproject.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,28 @@ namespaces = true
1717
# ----------------------------------------- Project Metadata -------------------------------------
1818
#
1919
[project]
20-
version = "0.0.0.dev448"
20+
version = "0.1.0"
2121
name = "ControlMan"
2222
dependencies = [
23-
"packaging >= 23.2, < 24",
24-
"trove-classifiers >= 2024.9.12",
25-
"jsonschema >= 4.23, < 5",
26-
"referencing == 0.35.1",
27-
"jsonpath-ng == 1.6.1",
28-
"ruamel.yaml == 0.18.6",
29-
"Jinja2 >= 3, < 4",
30-
"PyLinks == 0.0.0.dev76",
31-
"LoggerMan == 0.0.0.dev94",
32-
"PySerials == 0.0.0.dev66",
33-
"GitTidy == 0.0.0.dev92",
34-
"PkgData == 0.0.0.dev5",
35-
"PyShellMan == 0.0.0.dev53",
36-
"PySyntax == 0.0.0.dev6",
37-
"ExceptionMan == 0.0.0.dev63",
38-
"MDit == 0.0.0.dev63",
39-
"JSONSchemata == 0.0.0.dev62",
40-
"VersionMan == 0.0.0.dev250",
41-
"HTMP == 0.0.0.dev5",
42-
"LicenseMan == 0.0.0.dev51",
23+
"packaging >=23.2,<24",
24+
"trove-classifiers >=2024.9.12",
25+
"jsonschema >=4.23,<5",
26+
"referencing >=0.35.1",
27+
"jsonpath-ng >=1.6.1,<2",
28+
"ruamel.yaml >=0.18.6,<0.19",
29+
"Jinja2 >=3,<4",
30+
"PyLinks >=0.1,<0.2",
31+
"LoggerMan >=0.1,<0.2",
32+
"PySerials >=0.1,<0.2",
33+
"GitTidy >=0.1,<0.2",
34+
"PkgData >=0.1,<0.2",
35+
"PyShellMan >=0.1,<0.2",
36+
"PySyntax >=0.1,<0.2",
37+
"ExceptionMan >=0.1,<0.2",
38+
"MDit >=0.1,<0.2",
39+
"JSONSchemata >=0.1,<0.2",
40+
"VersionMan >=0.1,<0.2",
41+
"HTMP >=0.1,<0.2",
42+
"LicenseMan >=0.1,<0.2",
4343
]
4444
requires-python = ">=3.10"

0 commit comments

Comments
 (0)