Skip to content

Commit

Permalink
Version bump 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Sep 12, 2019
1 parent f8d0301 commit abf8b8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion loginpass/_consts.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = '0.3'
version = '0.4'
homepage = 'https://github.com/authlib/loginpass'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
long_description=long_description,
url='https://authlib.org/',
zip_safe=False,
license='BSD',
license='BSD-3-Clause',
packages=['loginpass'],
install_requires=['Authlib>=0.11'],
install_requires=['requests', 'Authlib>=0.11'],
include_package_data=True,
tests_require=['nose', 'mock'],
test_suite='nose.collector',
Expand Down

0 comments on commit abf8b8c

Please sign in to comment.