From 14755cae9a003617543e8a6e752b4a17ae854535 Mon Sep 17 00:00:00 2001 From: micah johnson Date: Wed, 3 Jul 2024 13:47:41 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metloom/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/metloom/__init__.py b/metloom/__init__.py index 625ee47..e9d2968 100644 --- a/metloom/__init__.py +++ b/metloom/__init__.py @@ -2,4 +2,4 @@ __author__ = """M3Works""" __email__ = "m3worksllc@gmail.com" -__version__ = '0.5.0' +__version__ = '0.6.0' diff --git a/setup.cfg b/setup.cfg index 46cb8d0..1a86222 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = True diff --git a/setup.py b/setup.py index cbcafff..237e476 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/M3Works/metloom', - version='0.5.0', + version='0.6.0', zip_safe=False, )