Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hidekuma committed Oct 30, 2020
1 parent 0885758 commit 09a7274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flask_s3_viewer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

APP_TEMPLATE_FOLDER = FIXED_TEMPLATE_FOLDER

__version__ = "0.1.3"
__version__ = "0.1.4"


class Singleton(type):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
license = '',
author = 'Hidekuma',
author_email = '[email protected]',
download_url = f'https://github.com/hidekuma/flask-s3-viewer/archive/{VERSION}.tar.gz',
download_url = 'https://github.com/hidekuma/flask-s3-viewer/releases',
description = 'Flask S3 Viewer is a powerful extension that makes it easy to browse S3 in any Flask application.',
packages = find_packages(exclude = ['tests*', 'test*', 'example*', 'i/*']),
long_description = open('README.md').read(),
Expand Down

0 comments on commit 09a7274

Please sign in to comment.