Skip to content

Commit c1a7e2f

Browse files
dbiebercopybara-github
authored andcommitted
Set version to 0.2.1.
PiperOrigin-RevId: 260758966 Change-Id: I46fd2a5fbbbfa33c86782a25c9e92b387c6fb03d
1 parent 0fa5c42 commit c1a7e2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fire/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
from fire.core import Fire
2222

2323
__all__ = ['Fire']
24-
__version__ = '0.2.0'
24+
__version__ = '0.2.1'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'python-Levenshtein',
4141
]
4242

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

4646
setup(

0 commit comments

Comments
 (0)