We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b67ac commit 31bc218Copy full SHA for 31bc218
2 files changed
.travis.yml
@@ -1,7 +1,6 @@
1
language: python
2
3
python:
4
- - 3.3
5
- 3.4
6
- 3.5
7
- 3.6
setup.py
@@ -7,12 +7,12 @@
8
setup(
9
name='Flask-SQLAlchemy-Caching',
10
- version='1.0.3',
+ version='1.0.4',
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.3.zip',
+ download_url='https://github.com/bbelyeu/Flask-SQLAlchemy-Caching/archive/1.0.4.zip',
16
long_description=long_description,
17
long_description_content_type="text/markdown",
18
license='MIT',
0 commit comments