Skip to content

Commit 56d28eb

Browse files
dbiebercopybara-github
authored andcommitted
Bump Python Fire version number from 0.3.1 to 0.4.0
PiperOrigin-RevId: 353250692 Change-Id: I85231dd561a90f9f7224683b82b7dda0a3632347
1 parent c39de6a commit 56d28eb

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.3.1'
24+
__version__ = '0.4.0'

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.3.1'
43+
VERSION = '0.4.0'
4444
URL = 'https://github.com/google/python-fire'
4545

4646
setup(

0 commit comments

Comments
 (0)