Skip to content

Commit

Permalink
Bump version: 0.0.3 → 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedebock committed Dec 10, 2021
1 parent 51b57c5 commit 9d7ca0b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.0.4
commit = true
tag = true
tag_name = {new_version}
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
version = '0.0.3'
version = '0.0.4'
release = version

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

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name="django-cognito-jwt",
version="0.0.3",
version="0.0.4",
description="Django backends for AWS Cognito JWT",
long_description=open("README.rst", "r").read(),
url="https://github.com/LabD/django-cognito-jwt",
Expand Down
2 changes: 1 addition & 1 deletion src/django_cognito_jwt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.3"
__version__ = "0.0.4"

from .backend import JSONWebTokenAuthentication # noqa

0 comments on commit 9d7ca0b

Please sign in to comment.