Skip to content

Commit

Permalink
Incrementing version number in setup.py.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 233812519
  • Loading branch information
acotter committed Feb 13, 2019
1 parent bea9500 commit c2edd67
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.1"
__version__ = "0.2"

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

0 comments on commit c2edd67

Please sign in to comment.