From 32e4a200dce0f974f6e06186c9c655aed05515e7 Mon Sep 17 00:00:00 2001 From: Santosh Philip Date: Wed, 4 May 2022 11:08:34 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.57=20=E2=86=92=200.5.58?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eppy/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eppy/__init__.py b/eppy/__init__.py index 2fc36aba..2e19c585 100644 --- a/eppy/__init__.py +++ b/eppy/__init__.py @@ -15,7 +15,7 @@ __author__ = """Santosh Philip""" __email__ = "santosh@noemail.com" -__version__ = "0.5.57" +__version__ = "0.5.58" from io import StringIO diff --git a/setup.cfg b/setup.cfg index af4c0698..50b1febc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.57 +current_version = 0.5.58 commit = True tag = True diff --git a/setup.py b/setup.py index 43aa3d34..d5ea5d78 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def run_tests(self): setup( name="eppy", - version="0.5.57", + version="0.5.58", url="https://github.com/santoshphilip/eppy", license="MIT License", author="Santosh Philip",