Skip to content

Commit

Permalink
Release new PyPi version.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 415230385
Change-Id: Iade47e6c6762c2dfbd485f67fbef128df623cbf3
  • Loading branch information
qstanczyk authored and Copybara-Service committed Dec 9, 2021
1 parent b7cbdf5 commit ff0b4b8
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 = '3'
_PATCH_VERSION = '4'

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

0 comments on commit ff0b4b8

Please sign in to comment.