Skip to content

Commit 5481d06

Browse files
bump
1 parent 187ea54 commit 5481d06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "netunicorn-library"
3-
version = "0.3.10"
3+
version = "0.4.0"
44
authors = [
55
{name = "Roman Beltiukov", email = "[email protected]"},
66
]
@@ -15,9 +15,10 @@ classifiers = [
1515
"Programming Language :: Python :: 3.9",
1616
"Programming Language :: Python :: 3.10",
1717
"Programming Language :: Python :: 3.11",
18+
"Programming Language :: Python :: 3.12",
1819
]
1920
dependencies = [
20-
"netunicorn-base >= 0.3.1",
21+
"netunicorn-base >= 0.4.0, < 0.5.0",
2122
]
2223

2324
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)