Skip to content

Commit 99c225d

Browse files
authored
Merge pull request #80 from johngian/bump-version
Bump version: 0.1.8 → 0.1.9
2 parents 5d46cf4 + 00ff9d9 commit 99c225d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.9
33
commit = True
44
tag = True
55

6-
[bumpversion:file:setup.py]
7-
86
[bumpversion:file:mozilla_django_oidc/__init__.py]
97

108
[wheel]
119
universal = 1
1210

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

0 commit comments

Comments
 (0)