From bccc2c12ceaac2086651186b677328cc237e31eb Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Tue, 15 Aug 2023 14:03:52 -0400 Subject: [PATCH] Bump version for release --- darkseid/__init__.py | 2 +- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/darkseid/__init__.py b/darkseid/__init__.py index 965ac62..d63df83 100644 --- a/darkseid/__init__.py +++ b/darkseid/__init__.py @@ -1,2 +1,2 @@ """Projects version.""" -__version__ = "2.0.1" +__version__ = "3.0.0" diff --git a/docs/source/conf.py b/docs/source/conf.py index 8f34e34..3cc5c38 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Brian Pepple" # The full version, including alpha/beta/rc tags -release = "2.0.1" +release = "3.0.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 5fbe00d..aeeea3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "darkseid" -version = "2.0.2" +version = "3.0.0" description = "A library to interact with comic archives" authors = ["Brian Pepple "] license = "GPL-3.0-or-later"