Skip to content

Commit f7ac17d

Browse files
committed
Pypi 1.4.0
1 parent c7ceef9 commit f7ac17d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drfpasswordless/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
__title__ = 'drfpasswordless'
4-
__version__ = '1.3.9'
4+
__version__ = '1.4.0'
55
__author__ = 'Aaron Ng'
66
__license__ = 'MIT'
77
__copyright__ = 'Copyright 2020 Aaron Ng'

drfpasswordless/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (1, 3, 9)
1+
VERSION = (1, 4, 0)
22

33
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)