Skip to content

Commit ce5e9cd

Browse files
author
Santosh Philip
committed
Bump version: 0.5.65 → 0.5.66
1 parent 04a1ade commit ce5e9cd

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__ = "[email protected]"
18-
__version__ = "0.5.65"
18+
__version__ = "0.5.66"
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.65
2+
current_version = 0.5.66
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.65",
39+
version="0.5.66",
4040
url="https://github.com/santoshphilip/eppy",
4141
license="MIT License",
4242
author="Santosh Philip",

0 commit comments

Comments
 (0)