Skip to content

Commit

Permalink
Update version.py (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpmorgan authored Apr 10, 2020
1 parent a2028a5 commit ad132da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_addons/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = "0"
_MINOR_VERSION = "9"
_PATCH_VERSION = "0"
_PATCH_VERSION = "1"

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

0 comments on commit ad132da

Please sign in to comment.