Skip to content

Commit fd70299

Browse files
committed
Bumped version
1 parent bbbb611 commit fd70299

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, 6, 0
4+
version_info = 1, 6, 1
55

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

0 commit comments

Comments
 (0)