diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a74a2a7..96692e0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.0 +current_version = 1.5.0 commit = True tag = True files = setup.py diff --git a/setup.py b/setup.py index 00bbafc..2b3f663 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def get_long_description(): setup( name="webstack-django-jwt-auth", - version="1.4.0", + version="1.5.0", url="https://github.com/webstack/django-jwt-auth", license="MIT", description="JSON Web Token based authentication for Django",