From 454fc1b4a174787fc8ada3c949a89661a7a63659 Mon Sep 17 00:00:00 2001 From: micah johnson Date: Fri, 8 Sep 2023 13:01:10 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.1=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- study_lyte/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index d2d0760..217418c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.6.0 commit = True tag = True diff --git a/setup.py b/setup.py index 143ed63..ca834f6 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/AdventureData/study_lyte', - version='0.5.1', + version='0.6.0', zip_safe=False, ) diff --git a/study_lyte/__init__.py b/study_lyte/__init__.py index 4d5cb69..db6304a 100644 --- a/study_lyte/__init__.py +++ b/study_lyte/__init__.py @@ -2,7 +2,7 @@ __author__ = """Micah Johnson """ __email__ = 'info@adventuredata.com' -__version__ = '0.5.1' +__version__ = '0.6.0'