Skip to content

Commit 5cd6820

Browse files
authored
Update version.py
1 parent b01bcb5 commit 5cd6820

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 = "16"
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)