We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e0889 commit a72deb9Copy full SHA for a72deb9
1 file changed
src/microEye/_version.py
@@ -1,2 +1,2 @@
1
version_info = (2, 3, 2)
2
-__version__ = '.'.join(map(str, version_info)) + a
+__version__ = '.'.join(map(str, version_info)) + 'a'
0 commit comments