8000 Bump version number to 0.3.1. · randomprin/python-fire@fb7ee3a · GitHub
[go: up one dir, main page]

Skip to content

Commit fb7ee3a

Browse files
dbiebercopybara-github
authored andcommitted
Bump version number to 0.3.1.
PiperOrigin-RevId: 304652311 Change-Id: I7e7e7c1d8cce1eb2c9dd59130b97ccc873b537fb
1 parent af9d848 commit fb7ee3a

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.0'
24+
__version__ = '0.3.1'

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

4646
setup(

0 commit comments

Comments
 (0)
0