From 412a83ecc7e2b2a7787489e5add3d1dd0d92c1c6 Mon Sep 17 00:00:00 2001 From: micah johnson Date: Thu, 7 Dec 2023 05:30:41 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.0=20=E2=86=92=200.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- radicl/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f3f4900..11bf490 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.9.0 commit = True tag = True diff --git a/radicl/__init__.py b/radicl/__init__.py index 2e4240c..be6cf2d 100644 --- a/radicl/__init__.py +++ b/radicl/__init__.py @@ -5,4 +5,4 @@ __author__ = """Micah Johnson""" __email__ = 'info@adventuredata.com' -__version__ = '0.8.0' +__version__ = '0.9.0' diff --git a/setup.py b/setup.py index de5055d..1b156ae 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/adventuredata/radicl', - version='0.8.0', + version='0.9.0', zip_safe=False, entry_points={ 'console_scripts': [