Skip to content

Commit

Permalink
Updated python requirement in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
patdaburu committed Jul 27, 2019
1 parent c14d405 commit 5ca475b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ See also the list of
`contributors <https://github.com/patdaburu/elastalk/contributors>`__
who participated in this project.

LicenseMIT License
------------------
MIT License
-----------

Copyright (c) patdaburu

Expand Down
4 changes: 2 additions & 2 deletions elastalk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
This module contains project version information.
"""

__version__ = '6.5.2.1' #: the working version
__release__ = '6.5.2.1' #: the release version
__version__ = '6.5.2.2' #: the working version
__release__ = '6.5.2.2' #: the release version
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
[console_scripts]
elastalk=elastalk.cli:cli
""",
python_requires=">=0.0.1",
python_requires=">=3.6",
license='MIT',
author='Pat Daburu',
author_email='pat@daburu.net',
Expand Down

0 comments on commit 5ca475b

Please sign in to comment.