Skip to content

Commit 53944ab

Browse files
committed
bump patch; remove old python versions
1 parent 48e9e30 commit 53944ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smmap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__author__ = "Sebastian Thiel"
44
__contact__ = "[email protected]"
55
__homepage__ = "https://github.com/gitpython-developers/smmap"
6-
version_info = (2, 0, 3)
6+
version_info = (2, 0, 5)
77
__version__ = '.'.join(str(i) for i in version_info)
88

99
# make everything available in root package for convenience

0 commit comments

Comments
 (0)