Skip to content

Commit

Permalink
Bump version to 0.0.8 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM authored Oct 27, 2021
1 parent 3a65a66 commit 5440769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion oidc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Main init file for oidc app
"""

VERSION = (0, 0, 7)
VERSION = (0, 0, 8)
__version__ = ".".join(str(v) for v in VERSION)
default_app_config = "oidc.apps.oidcConfig"
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta:__legacy__"

0 comments on commit 5440769

Please sign in to comment.