Skip to content

Commit

Permalink
jumped to version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushal-Dhungel committed Aug 29, 2021
1 parent c6ee432 commit bb96fd5
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 @@ -9,7 +9,7 @@
EMAIL = "[email protected]"
AUTHOR = "Kaushal Dhungel"
REQUIRES_PYTHON = ">=3.6.0"
VERSION = "0.0.1"
VERSION = "0.0.3"

REQUIRED = [
'gunicorn',
Expand All @@ -33,7 +33,7 @@
author_email=EMAIL,
python_requires=REQUIRES_PYTHON,
url=URL,
download_url = 'https://github.com/Kaushal-Dhungel/tiny-api/archive/refs/tags/0.0.1.tar.gz',
download_url = 'https://github.com/Kaushal-Dhungel/tiny-api/archive/refs/tags/0.0.3.tar.gz',
packages=['tiny-api'],
install_requires=REQUIRED,
include_package_data=True,
Expand Down

0 comments on commit bb96fd5

Please sign in to comment.