Skip to content

Commit

Permalink
Versioning to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bbelyeu committed Jun 18, 2019
1 parent 74b67ac commit 31bc218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python

python:
- 3.3
- 3.4
- 3.5
- 3.6
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
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',
Expand Down

0 comments on commit 31bc218

Please sign in to comment.