Skip to content

Commit

Permalink
Remove support for Python 2, bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kipe committed Dec 5, 2019
1 parent 25966b5 commit 733951c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='pycron',
version='1.0.0',
version='3.0.0',
description='Simple cron-like parser, which determines if current datetime matches conditions.',
author='Kimmo Huoman',
author_email='[email protected]',
Expand All @@ -13,7 +13,7 @@
packages=[
'pycron',
],
setup_requires=['nose>=1.0'],
python_requires='>=3.4',
tests_require=[
"arrow>=0.12.0",
"coverage>=4.4.2",
Expand Down

0 comments on commit 733951c

Please sign in to comment.