From 78d04f5a793fb5ec54f7604ab0279f84ea5264c5 Mon Sep 17 00:00:00 2001 From: micah johnson Date: Sat, 14 Oct 2023 07:54:56 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 3 +-- setup.py | 2 +- study_lyte/__init__.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 217418c..fc39a4e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True @@ -18,4 +18,3 @@ universal = 1 exclude = docs [tool:pytest] - diff --git a/setup.py b/setup.py index ca834f6..1e7af5e 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.6.0', + version='0.6.1', zip_safe=False, ) diff --git a/study_lyte/__init__.py b/study_lyte/__init__.py index db6304a..40dfaf7 100644 --- a/study_lyte/__init__.py +++ b/study_lyte/__init__.py @@ -2,7 +2,7 @@ __author__ = """Micah Johnson """ __email__ = 'info@adventuredata.com' -__version__ = '0.6.0' +__version__ = '0.6.1'