We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9807384 commit cb99d5eCopy full SHA for cb99d5e
tap/_version.py
@@ -1,7 +1,7 @@
1
__all__ = ['__version__']
2
3
# major, minor, patch
4
-version_info = 1, 7, 0
+version_info = 1, 7, 1
5
6
# Nice string for the version
7
__version__ = '.'.join(map(str, version_info))
0 commit comments