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 826231f commit 922bb3dCopy full SHA for 922bb3d
setup.py
@@ -4,12 +4,12 @@
4
5
setup(
6
name='Flask-SQLAlchemy-Caching',
7
- version='1.0.0',
+ version='1.0.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/1.0.0.zip',
+ author_email='developers@youversion.com',
+ url='http://www.github.com/youversion/Flask-SQLAlchemy-Caching',
+ download_url='https://github.com/youversion/Flask-SQLAlchemy-Caching/archive/1.0.1.zip',
13
license='MIT',
14
platforms='any',
15
packages=['flask_sqlalchemy_caching'],
0 commit comments