Skip to content

Commit

Permalink
Publish 2
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshOza36 committed Jul 7, 2020
1 parent 11c1345 commit 5ec87fd
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 @@ -5,7 +5,7 @@
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
setup(name='ifscApi',
version='0.1',
version='0.2',
description='Api for Ifsc',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -17,7 +17,7 @@
'flask-restful'
],
url="https://github.com/HarshOza36/ifsc_api",
download_url='https://github.com/HarshOza36/ifscApi/archive/v_01.tar.gz',
download_url='https://github.com/HarshOza36/ifscApi/archive/v_02.tar.gz',
keywords=['IFSC Code', 'IFSC', 'Bank IFSC Codes'],
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 5ec87fd

Please sign in to comment.