Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c4bd14b

Browse filesBrowse files
authored
Python Fire Version Bump (google#416)
Bumps version to 0.5.0 in preparation for next release
1 parent c367ce9 commit c4bd14b
Copy full SHA for c4bd14b

3 files changed

+3-5Lines changed: 3 additions & 5 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/scripts/build.sh‎

Copy file name to clipboardExpand all lines: .github/scripts/build.sh
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ pip install ipython
3030
python -m pytest # Now run the tests with IPython.
3131
pylint fire --ignore=test_components_py3.py,parser_fuzz_test.py,console
3232
if [[ ${PYTHON_VERSION} == 3.7 ]]; then
33+
# Run type-checking.
3334
pip install pytype;
34-
fi
35-
# Run type-checking.
36-
if [[ ${PYTHON_VERSION} == 3.7 ]]; then
3735
pytype -x fire/test_components_py3.py;
3836
fi
Collapse file

‎fire/__init__.py‎

Copy file name to clipboardExpand all lines: fire/__init__.py
+1-1Lines 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.4.0'
24+
__version__ = '0.5.0'
Collapse file

‎setup.py‎

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines 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.4.0'
43+
VERSION = '0.5.0'
4444
URL = 'https://github.com/google/python-fire'
4545

4646
setup(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.