Skip to content

Commit cb99d5e

Browse files
committed
Increment version to 1.7.1
1 parent 9807384 commit cb99d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__all__ = ['__version__']
22

33
# major, minor, patch
4-
version_info = 1, 7, 0
4+
version_info = 1, 7, 1
55

66
# Nice string for the version
77
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)