Skip to content

Commit 5c4b17b

Browse files
fastturtlecopybara-github
authored andcommitted
Update version to 0.2.0 in _metadata.py
PiperOrigin-RevId: 338675696 Change-Id: Id80d40dbd89dc9a3bef4419d3a5fadc3e27af232
1 parent 0bcbd2f commit 5c4b17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acme/_metadata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
# We follow Semantic Versioning (https://semver.org/)
2323
_MAJOR_VERSION = '0'
24-
_MINOR_VERSION = '1'
25-
_PATCH_VERSION = '8'
24+
_MINOR_VERSION = '2'
25+
_PATCH_VERSION = '0'
2626

2727
# Example: '0.4.2'
2828
__version__ = '.'.join([_MAJOR_VERSION, _MINOR_VERSION, _PATCH_VERSION])

0 commit comments

Comments
 (0)