We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09023b1 commit ac5df70Copy full SHA for ac5df70
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 = (0, 9, 0)
+version_info = (2, 0, 0)
7
__version__ = '.'.join(str(i) for i in version_info)
8
9
# make everything available in root package for convenience
0 commit comments