From 7d7bc8fb5c90fc672246ec6d4b37d23a4b50966f Mon Sep 17 00:00:00 2001 From: JacksonMaxfield Date: Wed, 5 Jan 2022 20:08:42 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.0=20=E2=86=92=203.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cdp_backend/version.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cdp_backend/version.py b/cdp_backend/version.py index b5c2f768..a8611303 100644 --- a/cdp_backend/version.py +++ b/cdp_backend/version.py @@ -3,4 +3,4 @@ # Do not edit this string manually, always use bump2version # Details in CONTRIBUTING.md -__version__ = "3.0.0" +__version__ = "3.0.1" diff --git a/setup.cfg b/setup.cfg index 3a9a9f1d..3bbf35a6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0 +current_version = 3.0.1 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} commit = True diff --git a/setup.py b/setup.py index e1353ace..c65b4c48 100644 --- a/setup.py +++ b/setup.py @@ -148,6 +148,6 @@ url="https://github.com/CouncilDataProject/cdp-backend", # Do not edit this string manually, always use bump2version # Details in CONTRIBUTING.rst - version="3.0.0", + version="3.0.1", zip_safe=False, )