Skip to content

Commit cd3f229

Browse files
committed
pypi
1 parent a825114 commit cd3f229

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.5'
4+
__version__ = '1.3.7'
55
__author__ = 'Aaron Ng'
66
__license__ = 'MIT'
77
__copyright__ = 'Copyright 2019 Aaron Ng'

drfpasswordless/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (1, 3, 5)
1+
VERSION = (1, 3, 7)
22

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

0 commit comments

Comments
 (0)