Skip to content

Commit 7398f29

Browse files
committed
Bumping version to 1.10.0
1 parent 1d2f4b2 commit 7398f29

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

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

0 commit comments

Comments
 (0)