Skip to content

Commit

Permalink
Incrementing version number (after updating PyPI package).
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 296257781
  • Loading branch information
acotter committed Feb 20, 2020
1 parent d8db305 commit 9ffb207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@
# This version number should always be that of the *next* (unreleased) version.
# Immediately after uploading a package to PyPI, you should increment the
# version number and push to gitHub.
__version__ = "0.2"
__version__ = "0.3"

if "--release" in sys.argv:
sys.argv.remove("--release")
Expand Down

0 comments on commit 9ffb207

Please sign in to comment.