Skip to content

Commit 9d7ca0b

Browse files
committed
Bump version: 0.0.3 → 0.0.4
1 parent 51b57c5 commit 9d7ca0b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.0.4
33
commit = true
44
tag = true
55
tag_name = {new_version}

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# |version| and |release|, also used in various other places throughout the
5757
# built documents.
5858
#
59-
version = '0.0.3'
59+
version = '0.0.4'
6060
release = version
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
@@ -139,7 +139,7 @@
139139
# The name for this set of Sphinx documents.
140140
# "<project> v<release> documentation" by default.
141141
#
142-
# html_title = u'django-cognito-jwt v0.0.3'
142+
# html_title = u'django-cognito-jwt v0.0.4'
143143

144144
# A shorter title for the navigation bar. Default is the same as html_title.
145145
#

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name="django-cognito-jwt",
31-
version="0.0.3",
31+
version="0.0.4",
3232
description="Django backends for AWS Cognito JWT",
3333
long_description=open("README.rst", "r").read(),
3434
url="https://github.com/LabD/django-cognito-jwt",

src/django_cognito_jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.0.4"
22

33
from .backend import JSONWebTokenAuthentication # noqa

0 commit comments

Comments
 (0)