Skip to content

Commit 2e6f8d2

Browse files
authored
Bump version to 0.7.1 (#609)
* Bump version to 0.7.1 * Bump dependency versions
1 parent dba7e1d commit 2e6f8d2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/scripts/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
setuptools <=78.1.0
1+
setuptools <=80.9.0
22
pip
33
pylint <3.3.7
4-
pytest <=8.3.3
4+
pytest <=8.3.5
55
pytest-pylint <=1.1.2
66
pytest-runner <7.0.0
7-
termcolor <2.6.0
7+
termcolor <3.2.0
88
hypothesis <6.133.0
9-
levenshtein <=0.26.1
9+
levenshtein <=0.27.1

fire/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from fire.core import Fire
1818

1919
__all__ = ['Fire']
20-
__version__ = '0.7.0'
20+
__version__ = '0.7.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'levenshtein',
3838
]
3939

40-
VERSION = '0.7.0'
40+
VERSION = '0.7.1'
4141
URL = 'https://github.com/google/python-fire'
4242

4343
setup(

0 commit comments

Comments
 (0)