Skip to content

Commit fbd0df1

Browse files
committed
Version to 1.0.3 to fix description
1 parent 8392507 commit fbd0df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
setup(
99
name='Flask-SQLAlchemy-Caching',
10-
version='1.0.2',
10+
version='1.0.3',
1111
description='CachingQuery implementation to Flask using Flask-SQLAlchemy and Flask-Caching',
1212
author='Brad Belyeu',
1313
author_email='bradleylamar@gmail.com',
1414
url='http://www.github.com/bbelyeu/Flask-SQLAlchemy-Caching',
15-
download_url='https://github.com/bbelyeu/Flask-SQLAlchemy-Caching/archive/1.0.2.zip',
15+
download_url='https://github.com/bbelyeu/Flask-SQLAlchemy-Caching/archive/1.0.3.zip',
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",
1818
license='MIT',

0 commit comments

Comments
 (0)