diff --git a/mozilla_django_oidc/__init__.py b/mozilla_django_oidc/__init__.py index c3bb2961..1c98a23a 100644 --- a/mozilla_django_oidc/__init__.py +++ b/mozilla_django_oidc/__init__.py @@ -1 +1 @@ -__version__ = '0.1.8' +__version__ = '0.1.9' diff --git a/setup.cfg b/setup.cfg index 38998028..fa4557fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,15 +1,14 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.9 commit = True tag = True -[bumpversion:file:setup.py] - [bumpversion:file:mozilla_django_oidc/__init__.py] [wheel] universal = 1 [flake8] -max-line-length=99 -exclude=docs,build \ No newline at end of file +max-line-length = 99 +exclude = docs,build +