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 6f60025 commit 2bf75bdCopy full SHA for 2bf75bd
setup.py
@@ -4,12 +4,12 @@
4
5
setup(
6
name='Flask-SQLAlchemy-Caching',
7
- version='0.1.0',
+ version='0.1.1',
8
description='CachingQuery implementation to Flask using Flask-SQLAlchemy and Flask-Caching',
9
author='Brad Belyeu',
10
author_email='bradleylamar@gmail.com',
11
url='http://www.github.com/bbelyeu/Flask-SQLAlchemy-Caching',
12
- download_url='https://github.com/bbelyeu/Flask-SQLAlchemy-Caching/archive/0.1.zip',
+ download_url='https://github.com/bbelyeu/Flask-SQLAlchemy-Caching/archive/0.1.1.zip',
13
license='MIT',
14
platforms='any',
15
packages=['flask_sqlalchemy_caching'],
0 commit comments