Skip to content

Commit

Permalink
Upd: release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kaka2507 committed Jun 19, 2023
1 parent d497fcf commit ff518f9
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 @@ -12,7 +12,7 @@
setup(
name="cron-validator",
packages=["cron_validator"],
version="1.0.7",
version="1.0.8",
license="MIT",
description="Unix cron implementation by Python",
long_description=long_description,
Expand All @@ -21,6 +21,6 @@
author_email="[email protected]",
url="https://github.com/vcoder4c/cron-validator",
keywords=["cron", "python", "cron expression validator", "cron expression iterator", "cron scheduler"],
download_url="https://github.com/vcoder4c/cron-validator/archive/v1.0.7.tar.gz",
download_url="https://github.com/vcoder4c/cron-validator/archive/v1.0.8.tar.gz",
install_requires=["python_dateutil", "pytz"],
)

0 comments on commit ff518f9

Please sign in to comment.