diff --git a/darkseid/__init__.py b/darkseid/__init__.py index 7b70e66..5960a12 100644 --- a/darkseid/__init__.py +++ b/darkseid/__init__.py @@ -1,2 +1,2 @@ """Projects version""" -__version__ = "1.2.4" +__version__ = "1.2.5" diff --git a/docs/source/conf.py b/docs/source/conf.py index 5237ab8..e5cbfcf 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 = "1.2.4" +release = "1.2.5" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 24d079b..7018aa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "darkseid" -version = "1.2.4" +version = "1.2.5" description = "A library to interact with comic archives" authors = ["Brian Pepple "] license = "GPL-3.0-or-later"