We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2393f7c commit 7868b44Copy full SHA for 7868b44
eppy/__init__.py
@@ -15,7 +15,7 @@
15
16
__author__ = """Santosh Philip"""
17
__email__ = "[email protected]"
18
-__version__ = "0.5.58"
+__version__ = "0.5.59"
19
20
21
from io import StringIO
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.58
+current_version = 0.5.59
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.58",
+ version="0.5.59",
40
url="https://github.com/santoshphilip/eppy",
41
license="MIT License",
42
author="Santosh Philip",
0 commit comments