Skip to content

Commit 00ff9d9

Browse files
committed
Bump version: 0.1.8 → 0.1.9
1 parent 9e1b1af commit 00ff9d9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

mozilla_django_oidc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.8'
1+
__version__ = '0.1.9'

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.8
2+
current_version = 0.1.9
33
commit = True
44
tag = True
55

@@ -9,5 +9,6 @@ tag = True
99
universal = 1
1010

1111
[flake8]
12-
max-line-length=99
13-
exclude=docs,build
12+
max-line-length = 99
13+
exclude = docs,build
14+

0 commit comments

Comments
 (0)