Skip to content

Commit c8c7306

Browse files
committed
bump version to 1.7.3
1 parent d57d925 commit c8c7306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap/_version.py

Lines changed: 1 addition & 1 deletion
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, 2
4+
version_info = 1, 7, 3
55

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

0 commit comments

Comments
 (0)