Skip to content

Commit 09a7274

Browse files
committed
Updated setup.py
1 parent 0885758 commit 09a7274

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flask_s3_viewer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
APP_TEMPLATE_FOLDER = FIXED_TEMPLATE_FOLDER
1818

19-
__version__ = "0.1.3"
19+
__version__ = "0.1.4"
2020

2121

2222
class Singleton(type):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
license = '',
1818
author = 'Hidekuma',
1919
author_email = '[email protected]',
20-
download_url = f'https://github.com/hidekuma/flask-s3-viewer/archive/{VERSION}.tar.gz',
20+
download_url = 'https://github.com/hidekuma/flask-s3-viewer/releases',
2121
description = 'Flask S3 Viewer is a powerful extension that makes it easy to browse S3 in any Flask application.',
2222
packages = find_packages(exclude = ['tests*', 'test*', 'example*', 'i/*']),
2323
long_description = open('README.md').read(),

0 commit comments

Comments
 (0)