File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
3
3
python :
4
- - 3.3
5
4
- 3.4
6
5
- 3.5
7
6
- 3.6
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'Flask-SQLAlchemy-Caching' ,
10
- version = '1.0.3 ' ,
10
+ version = '1.0.4 ' ,
11
11
description = 'CachingQuery implementation to Flask using Flask-SQLAlchemy and Flask-Caching' ,
12
12
author = 'Brad Belyeu' ,
13
13
author_email = 'bradleylamar@gmail.com' ,
14
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' ,
15
+ download_url = 'https://github.com/bbelyeu/Flask-SQLAlchemy-Caching/archive/1.0.4 .zip' ,
16
16
long_description = long_description ,
17
17
long_description_content_type = "text/markdown" ,
18
18
license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments