From 4ac9010ea2c39382ad4b1df8d7e7f47419f4f58d Mon Sep 17 00:00:00 2001 From: santoshphilip Date: Thu, 5 Nov 2020 05:59:37 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.52=20=E2=86=92=200.5.53?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eppy/__init__.py | 2 +- setup.cfg | 4 +--- setup.py | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/eppy/__init__.py b/eppy/__init__.py index 4725b4c4..bd6c5fed 100644 --- a/eppy/__init__.py +++ b/eppy/__init__.py @@ -15,7 +15,7 @@ __author__ = """Santosh Philip""" __email__ = "santosh@noemail.com" -__version__ = "0.5.52" +__version__ = "__version__ = '0.5.53'" from io import StringIO diff --git a/setup.cfg b/setup.cfg index 5f50481c..f72e1d3b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.52 +current_version = 0.5.53 commit = True tag = True @@ -18,9 +18,7 @@ universal = 1 exclude = docs [aliases] -# Define setup.py command aliases here test = pytest [tool:pytest] collect_ignore = ['setup.py'] - diff --git a/setup.py b/setup.py index 5f19493a..fac5deb3 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def run_tests(self): setup( name="eppy", - version="0.5.52", + version="version='0.5.53'", url="https://github.com/santoshphilip/eppy", license="MIT License", author="Santosh Philip",