Skip to content

Commit a781058

Browse files
dbiebercopybara-github
authored andcommitted
Set version number to 0.2.2
PiperOrigin-RevId: 262405343 Change-Id: Ia1e7b79b492618f7a965ef6ce8113fb5d4a437c9
1 parent f01aad3 commit a781058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fire/__init__.py

Lines changed: 1 addition & 1 deletion
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.1'
24+
__version__ = '0.2.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'python-Levenshtein',
4141
]
4242

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

4646
setup(

0 commit comments

Comments
 (0)