Skip to content

Commit 8e69f21

Browse files
committed
Merge tag 'v2.0.5'
2 parents a0060cf + 53944ab commit 8e69f21

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)