From 8e50c77d8db2d47fc53dcb80f5f82c873e579f10 Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Tue, 30 Jan 2024 20:55:14 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.5=20=E2=86=92=200.4.6-dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/source/conf.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5e6083a..2f5a3f2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.5 +current_version = 0.4.6-dev commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:-(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))? diff --git a/docs/source/conf.py b/docs/source/conf.py index 41a7530..c2f4fb6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ author = "Charles Tapley Hoyt" # The full version, including alpha/beta/rc tags. -release = "0.4.5" +release = "0.4.6-dev" # The short X.Y version. parsed_version = re.match( diff --git a/setup.cfg b/setup.cfg index 64d60f6..3e28380 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ # Configuring setup() [metadata] name = chembl_downloader -version = 0.4.5 +version = 0.4.6-dev description = Reproducibly download, open, parse, and query ChEMBL long_description = file: README.md long_description_content_type = text/markdown