Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 57f905c

Browse files
authored
release 0.6.0
1 parent 6c67533 commit 57f905c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tfx_addons/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a
2525
# release branch, the current version is by default assumed to be a
2626
# 'development' version, labeled 'dev'.
27-
_VERSION_SUFFIX = "rc1"
27+
_VERSION_SUFFIX = ""
2828

2929
# Example, '0.1.0-dev'
3030
__version__ = ".".join([_MAJOR_VERSION, _MINOR_VERSION, _PATCH_VERSION])

0 commit comments

Comments
 (0)