Skip to content

Commit d4a8f0d

Browse files
committed
Bump version: 1.3.0 → 1.4.0
1 parent d66b10c commit d4a8f0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.0
2+
current_version = 1.4.0
33
commit = True
44
tag = True
55
files = setup.py

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_long_description():
2323

2424
setup(
2525
name="webstack-django-jwt-auth",
26-
version="1.3.0",
26+
version="1.4.0",
2727
url="https://github.com/webstack/django-jwt-auth",
2828
license="MIT",
2929
description="JSON Web Token based authentication for Django",

0 commit comments

Comments
 (0)