Skip to content

Commit 12da1d3

Browse files
committed
Updating version to 1.9.0
1 parent 52df386 commit 12da1d3

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

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

0 commit comments

Comments
 (0)