We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2bc2d2 commit 01df7f3Copy full SHA for 01df7f3
smmap/__init__.py
@@ -3,7 +3,7 @@
3
__author__ = "Sebastian Thiel"
4
__contact__ = "[email protected]"
5
__homepage__ = "https://github.com/Byron/smmap"
6
-version_info = (2, 1, 0, 'dev1')
+version_info = (2, 1, 0, 'dev3')
7
__version__ = '.'.join(str(i) for i in version_info)
8
9
# make everything available in root package for convenience
0 commit comments