Skip to content

Commit 6b80285

Browse files
authored
bump 0.17.1 version (#2727)
1 parent eac77ed commit 6b80285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_addons/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# We follow Semantic Versioning (https://semver.org/)
2222
_MAJOR_VERSION = "0"
2323
_MINOR_VERSION = "17"
24-
_PATCH_VERSION = "0"
24+
_PATCH_VERSION = "1"
2525

2626
# When building releases, we can update this value on the release branch to
2727
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official

0 commit comments

Comments
 (0)