Skip to content

Commit

Permalink
Bumpversion 0.12.0 ⟶ 0.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tormod Haugland <[email protected]>
  • Loading branch information
tOgg1 committed Sep 3, 2024
1 parent 2228b84 commit 1b0d015
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = "Tormod Haugland"

# The full version, including alpha/beta/rc tags
release = "0.12.0"
release = "0.13.0"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphene-django-cud"
version = "0.12.0"
version = "0.13.0"
description = ""
authors = ["Tormod Haugland <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="graphene-django-cud",
version="0.12.0",
version="0.13.0",
author="Tormod Haugland",
author_email="[email protected]",
description="Create, update and delete mutations for graphene-django",
Expand Down

0 comments on commit 1b0d015

Please sign in to comment.