We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8fd12 commit 435cb16Copy full SHA for 435cb16
1 file changed
tfscripts/__about__.py
@@ -2,8 +2,8 @@
2
3
__version_major__ = 1
4
__version_minor__ = 0
5
-__version_patch__ = 0
6
-__version_info__ = "-dev"
+__version_patch__ = 1
+__version_info__ = ""
7
8
__version__ = "{}.{}.{}{}".format(
9
__version_major__,
0 commit comments