Skip to content

Commit

Permalink
0.1.1 version release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushal-Dhungel committed Sep 2, 2021
1 parent e00605f commit c1a0848
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.1.0"
VERSION = "0.1.1"

REQUIRED = [
'WebOb==1.8.7',
Expand All @@ -34,7 +34,7 @@
author_email=EMAIL,
python_requires=REQUIRES_PYTHON,
url=URL,
download_url = 'https://github.com/Kaushal-Dhungel/tiny-api/archive/refs/tags/0.1.0.tar.gz',
download_url = 'https://github.com/Kaushal-Dhungel/tiny-api/archive/refs/tags/0.1.1.tar.gz',
packages=['tiny_api'],
install_requires=REQUIRED,
include_package_data=True,
Expand Down

0 comments on commit c1a0848

Please sign in to comment.