From df12493ecdf4f0cc3ece46f696234ad97781c8d0 Mon Sep 17 00:00:00 2001 From: micah johnson Date: Mon, 22 Jan 2024 22:04:50 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.2=20=E2=86=92=200.7.0?= 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, 4 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 66f3d40..14039f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.2 +current_version = 0.7.0 commit = True tag = True @@ -18,3 +18,4 @@ universal = 1 exclude = docs [tool:pytest] + diff --git a/setup.py b/setup.py index 02002ad..d78b83a 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.2', + version='0.7.0', zip_safe=False, ) diff --git a/study_lyte/__init__.py b/study_lyte/__init__.py index f791e94..2acba93 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.2' +__version__ = '0.7.0'