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