Skip to content

Commit 31bc218

Browse files
committed
Versioning to 1.0.4
1 parent 74b67ac commit 31bc218

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22

33
python:
4-
- 3.3
54
- 3.4
65
- 3.5
76
- 3.6

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
setup(
99
name='Flask-SQLAlchemy-Caching',
10-
version='1.0.3',
10+
version='1.0.4',
1111
description='CachingQuery implementation to Flask using Flask-SQLAlchemy and Flask-Caching',
1212
author='Brad Belyeu',
1313
author_email='bradleylamar@gmail.com',
1414
url='http://www.github.com/bbelyeu/Flask-SQLAlchemy-Caching',
15-
download_url='https://github.com/bbelyeu/Flask-SQLAlchemy-Caching/archive/1.0.3.zip',
15+
download_url='https://github.com/bbelyeu/Flask-SQLAlchemy-Caching/archive/1.0.4.zip',
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",
1818
license='MIT',

0 commit comments

Comments
 (0)