Skip to content

Commit a26d4dc

Browse files
committed
Bump version to 0.4.0
1 parent 60ec917 commit a26d4dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

randomnwn/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.1"
1+
__version__ = "0.4.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
author_email='[email protected]',
1919
license='MIT License',
2020
packages=['randomnwn'],
21-
python_requires='>=3.8'
21+
python_requires='>=3.10'
2222
)

0 commit comments

Comments
 (0)