We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffa904 commit 127001eCopy full SHA for 127001e
eppy/__init__.py
@@ -15,7 +15,7 @@
15
16
__author__ = """Santosh Philip"""
17
__email__ = "santosh@noemail.com"
18
-__version__ = "0.5.56"
+__version__ = "0.5.57"
19
20
21
from io import StringIO
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.56
+current_version = 0.5.57
3
commit = True
4
tag = True
5
setup.py
@@ -36,7 +36,7 @@ def run_tests(self):
36
37
setup(
38
name="eppy",
39
- version="0.5.56",
+ version="0.5.57",
40
url="https://github.com/santoshphilip/eppy",
41
license="MIT License",
42
author="Santosh Philip",
0 commit comments