Skip to content

Commit

Permalink
Update patch version ahead of a minor release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 393332838
Change-Id: I70845f5a679a29f6bd9f497896c5820fd2880df2
  • Loading branch information
mwhoffman authored and copybara-github committed Aug 27, 2021
1 parent 5ea6854 commit 0fcb48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '0'
_MINOR_VERSION = '2'
_PATCH_VERSION = '1'
_PATCH_VERSION = '2'

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

0 comments on commit 0fcb48d

Please sign in to comment.