We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf0717 commit 0095fe1Copy full SHA for 0095fe1
tensorflow_addons/version.py
@@ -20,14 +20,14 @@
20
# We follow Semantic Versioning (https://semver.org/)
21
_MAJOR_VERSION = '0'
22
_MINOR_VERSION = '3'
23
-_PATCH_VERSION = '0'
+_PATCH_VERSION = '1'
24
25
# When building releases, we can update this value on the release branch to
26
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official
27
# stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a
28
# release branch, the current version is by default assumed to be a
29
# 'development' version, labeled 'dev'.
30
-_VERSION_SUFFIX = 'dev'
+_VERSION_SUFFIX = ''
31
32
# Example, '0.1.0-dev'
33
__version__ = '.'.join([
0 commit comments