Skip to content

Commit 86e2c35

Browse files
dbiebercopybara-github
authored andcommitted
Set version to 0.2.0.
PiperOrigin-RevId: 260046043 Change-Id: I1f6f28c2b6984cb8645fa1b8f34931fcb0c30e9f
1 parent 88f3923 commit 86e2c35

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.1.4'
24+
__version__ = '0.2.0'

setup.py

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

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

4646
setup(

0 commit comments

Comments
 (0)