Skip to content

Commit

Permalink
Update version to 0.2.0 in _metadata.py
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 338675696
Change-Id: Id80d40dbd89dc9a3bef4419d3a5fadc3e27af232
  • Loading branch information
fastturtle authored and Copybara-Service committed Oct 23, 2020
1 parent 0bcbd2f commit 5c4b17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acme/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '0'
_MINOR_VERSION = '1'
_PATCH_VERSION = '8'
_MINOR_VERSION = '2'
_PATCH_VERSION = '0'

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

0 comments on commit 5c4b17b

Please sign in to comment.