Skip to content

Commit

Permalink
release: Bump version 0.0.8 → 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tOgg1 committed Jan 20, 2021
1 parent a8250a1 commit 9fd08e2
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 @@ -22,7 +22,7 @@
author = 'Tormod Haugland'

# The full version, including alpha/beta/rc tags
release = '0.0.8'
release = '0.0.9'

# -- 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 = "django_scoped_permissions"
version = "0.0.7"
version = "0.0.9"
description = "Test scoped permissions"
authors = ["Magnus Buvarp <magnus.buvarp@gmail.com>"]
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="django-scoped-permissions",
version="0.0.8",
version="0.0.9",
author="Tormod Haugland, Magnus Buvarp",
author_email="tormod.haugland@gmail.com, magnus.buvarp@gmail.com",
description="Scoped permission system for Django",
Expand Down

0 comments on commit 9fd08e2

Please sign in to comment.