From 2b1912491560e304aebfb1d3e00932cc08b162c6 Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Sun, 10 Jul 2022 15:54:38 -0400 Subject: [PATCH] Bump version for next 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 40bce03..f593905 100644 --- a/darkseid/__init__.py +++ b/darkseid/__init__.py @@ -1,2 +1,2 @@ """Projects version""" -__version__ = "1.2.6" +__version__ = "1.3.0" diff --git a/docs/source/conf.py b/docs/source/conf.py index c21b7b1..a0445d4 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.6" +release = "1.3.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index d351f81..fd86f16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "darkseid" -version = "1.2.6" +version = "1.3.0" description = "A library to interact with comic archives" authors = ["Brian Pepple "] license = "GPL-3.0-or-later"