Skip to content

Commit 127001e

Browse files
Santosh PhilipSantosh Philip
authored andcommitted
Bump version: 0.5.56 → 0.5.57
1 parent 5ffa904 commit 127001e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eppy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
__author__ = """Santosh Philip"""
1717
__email__ = "santosh@noemail.com"
18-
__version__ = "0.5.56"
18+
__version__ = "0.5.57"
1919

2020

2121
from io import StringIO

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.56
2+
current_version = 0.5.57
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run_tests(self):
3636

3737
setup(
3838
name="eppy",
39-
version="0.5.56",
39+
version="0.5.57",
4040
url="https://github.com/santoshphilip/eppy",
4141
license="MIT License",
4242
author="Santosh Philip",

0 commit comments

Comments
 (0)