We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8392507 commit fbd0df1Copy full SHA for fbd0df1
setup.py
@@ -7,12 +7,12 @@
7
8
setup(
9
name='Flask-SQLAlchemy-Caching',
10
- version='1.0.2',
+ version='1.0.3',
11
description='CachingQuery implementation to Flask using Flask-SQLAlchemy and Flask-Caching',
12
author='Brad Belyeu',
13
author_email='bradleylamar@gmail.com',
14
url='http://www.github.com/bbelyeu/Flask-SQLAlchemy-Caching',
15
- download_url='https://github.com/bbelyeu/Flask-SQLAlchemy-Caching/archive/1.0.2.zip',
+ download_url='https://github.com/bbelyeu/Flask-SQLAlchemy-Caching/archive/1.0.3.zip',
16
long_description=long_description,
17
long_description_content_type="text/markdown",
18
license='MIT',
0 commit comments