Skip to content

Commit 1d6dc51

Browse files
Update version
1 parent b4a1ee2 commit 1d6dc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
from setuptools import find_packages, setup
2222

23-
VERSION = (7, 4, 1, "py311")
23+
VERSION = (7, 4, 1, "dev3")
2424
__version__ = VERSION
2525
__versionstr__ = ".".join(map(str, VERSION))
2626

0 commit comments

Comments
 (0)