Skip to content

Commit

Permalink
Version bump and pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronn committed Aug 16, 2020
1 parent 85a1e34 commit efc87c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drfpasswordless/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

__title__ = 'drfpasswordless'
__version__ = '1.5.5'
__version__ = '1.5.6'
__author__ = 'Aaron Ng'
__license__ = 'MIT'
__copyright__ = 'Copyright 2020 Aaron Ng'
Expand Down
2 changes: 1 addition & 1 deletion drfpasswordless/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 5, 5)
VERSION = (1, 5, 6)

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

0 comments on commit efc87c7

Please sign in to comment.