We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0060cf + 53944ab commit 8e69f21Copy full SHA for 8e69f21
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