Skip to content

Commit

Permalink
Set version to 0.2.1.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 260758966
Change-Id: I46fd2a5fbbbfa33c86782a25c9e92b387c6fb03d
  • Loading branch information
dbieber authored and Copybara-Service committed Jul 30, 2019
1 parent 0fa5c42 commit c1a7e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fire/__init__.py
Expand Up @@ -21,4 +21,4 @@
from fire.core import Fire

__all__ = ['Fire']
__version__ = '0.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,7 +40,7 @@
'python-Levenshtein',
]

VERSION = '0.2.0'
VERSION = '0.2.1'
URL = 'https://github.com/google/python-fire'

setup(
Expand Down

0 comments on commit c1a7e2f

Please sign in to comment.