diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 125c674..fe5901b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.12 +current_version = 0.1.13a1 commit = True tag = True diff --git a/ariadne_extended/__init__.py b/ariadne_extended/__init__.py index 74acd0e..3cb7d95 100644 --- a/ariadne_extended/__init__.py +++ b/ariadne_extended/__init__.py @@ -1 +1 @@ -__version__ = "0.1.12" +__version__ = "0.1.13" diff --git a/docs/conf.py b/docs/conf.py index eb8aa5f..483ac39 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,7 +64,7 @@ # the built documents. # # The full version, including alpha/beta/rc tags. -release = "0.1.12" +release = "0.1.13" # The short X.Y.Z version. version = re.match(r"^([0-9]+\.){2}[0-9]+", release).group(0) diff --git a/pyproject.toml b/pyproject.toml index 4715b30..136ed12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "ariadne-extended" -version = "0.1.12" +version = "0.1.13" description = "Ariadne contrib library for working with Django and GraphQL" authors = ["Patrick Forringer ", "Buddy Lindsey