Skip to content

Commit 2bf75bd

Browse files
committed
🆕 Versioned to 1.1
1 parent 6f60025 commit 2bf75bd

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
@@ -4,12 +4,12 @@
44

55
setup(
66
name='Flask-SQLAlchemy-Caching',
7-
version='0.1.0',
7+
version='0.1.1',
88
description='CachingQuery implementation to Flask using Flask-SQLAlchemy and Flask-Caching',
99
author='Brad Belyeu',
1010
author_email='bradleylamar@gmail.com',
1111
url='http://www.github.com/bbelyeu/Flask-SQLAlchemy-Caching',
12-
download_url='https://github.com/bbelyeu/Flask-SQLAlchemy-Caching/archive/0.1.zip',
12+
download_url='https://github.com/bbelyeu/Flask-SQLAlchemy-Caching/archive/0.1.1.zip',
1313
license='MIT',
1414
platforms='any',
1515
packages=['flask_sqlalchemy_caching'],

0 commit comments

Comments
 (0)