Skip to content

Commit 0095fe1

Browse files
committed
Set version 0.3.1
1 parent 6cf0717 commit 0095fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_addons/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
# We follow Semantic Versioning (https://semver.org/)
2121
_MAJOR_VERSION = '0'
2222
_MINOR_VERSION = '3'
23-
_PATCH_VERSION = '0'
23+
_PATCH_VERSION = '1'
2424

2525
# When building releases, we can update this value on the release branch to
2626
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official
2727
# stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a
2828
# release branch, the current version is by default assumed to be a
2929
# 'development' version, labeled 'dev'.
30-
_VERSION_SUFFIX = 'dev'
30+
_VERSION_SUFFIX = ''
3131

3232
# Example, '0.1.0-dev'
3333
__version__ = '.'.join([

0 commit comments

Comments
 (0)