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