Skip to content

Commit

Permalink
Version 1.1.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeksabala authored Jul 25, 2022
1 parent 65a6c4f commit 837a7ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version='1.0.0',
# python 2.7+, 3.6+
python_requires='>2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*',
version='1.1.0',
# python 3.6+
python_requires='>=3.6.*',
description='''Allows users to login with email as well as username.''',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 837a7ee

Please sign in to comment.