Skip to content

Commit efc87c7

Browse files
committed
Version bump and pypi
1 parent 85a1e34 commit efc87c7

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.5.5'
4+
__version__ = '1.5.6'
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, 5, 5)
1+
VERSION = (1, 5, 6)
22

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

0 commit comments

Comments
 (0)