From 5b76de2db56698cb33f4d68909b51953230412fd Mon Sep 17 00:00:00 2001 From: Sergio Sanchez Date: Tue, 23 Jun 2020 10:24:54 -0700 Subject: [PATCH] update versions --- pypums/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pypums/__init__.py b/pypums/__init__.py index 2b4970d..2ea4cd8 100644 --- a/pypums/__init__.py +++ b/pypums/__init__.py @@ -4,7 +4,7 @@ __author__ = """Sergio Sánchez Zavala""" __email__ = "sergio@cimarron.io" -__version__ = "__version__ = '0.1.0'" +__version__ = "0.0.7" from pypums.pypums import * diff --git a/setup.cfg b/setup.cfg index fdf8eee..464f48d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.0.7 commit = True tag = True diff --git a/setup.py b/setup.py index 858d1a7..6273ce7 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/chekos/pypums", - version="version='0.1.0'", + version="0.0.7", python_requires=">=3.6", zip_safe=False, )