From 31bc21814d238ce9fdee0bdbf1c6180004f95144 Mon Sep 17 00:00:00 2001 From: Brad Belyeu Date: Tue, 18 Jun 2019 08:11:19 -0500 Subject: [PATCH] Versioning to 1.0.4 --- .travis.yml | 1 - setup.py | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8f0d612..d4031eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - - 3.3 - 3.4 - 3.5 - 3.6 diff --git a/setup.py b/setup.py index 981464a..c5f88da 100644 --- a/setup.py +++ b/setup.py @@ -7,12 +7,12 @@ setup( name='Flask-SQLAlchemy-Caching', - version='1.0.3', + version='1.0.4', description='CachingQuery implementation to Flask using Flask-SQLAlchemy and Flask-Caching', author='Brad Belyeu', author_email='bradleylamar@gmail.com', url='http://www.github.com/bbelyeu/Flask-SQLAlchemy-Caching', - 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', long_description=long_description, long_description_content_type="text/markdown", license='MIT',