From bdba56f8b675874f201a7affdee0f1920ca1bd12 Mon Sep 17 00:00:00 2001 From: Brian Frost Date: Wed, 13 Mar 2024 09:29:08 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202023.3.1=20=E2=86=92=202024.1?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acasclient/__init__.py | 2 +- setup.cfg | 3 ++- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/acasclient/__init__.py b/acasclient/__init__.py index 4d84be8..084c409 100644 --- a/acasclient/__init__.py +++ b/acasclient/__init__.py @@ -2,4 +2,4 @@ __author__ = """Brian Bolt""" __email__ = 'brian.bolt@boltengineered.com' -__version__ = '2023.3.1' +__version__ = '2024.1.0' diff --git a/setup.cfg b/setup.cfg index 3a9bb48..29908c8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2023.3.1 +current_version = 2024.1.0 commit = True tag = True @@ -18,3 +18,4 @@ universal = 1 exclude = docs [aliases] + diff --git a/setup.py b/setup.py index 9c9e0c6..d446341 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/mcneilco/acasclient', - version='2023.3.1', + version='2024.1.0', zip_safe=False, )