Skip to content

Commit c021751

Browse files
committed
Version bump.
1 parent 5b0327f commit c021751

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

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

88
# Basic package information:
99
name = 'Flask-Heroku-Cacheify',
10-
version = '1.5',
10+
version = '1.6.0',
1111
py_modules = ('flask_cacheify', ),
1212

1313
# Packaging options:
@@ -28,7 +28,6 @@
2828
url = 'https://github.com/rdegges/flask-heroku-cacheify',
2929
keywords = 'flask heroku cloud cache memcache memcached redis awesome',
3030
description = 'Automatic Flask cache configuration on Heroku.',
31-
long_description = open(normpath(join(dirname(abspath(__file__)),
32-
'README.md'))).read()
31+
long_description = open(normpath(join(dirname(abspath(__file__)), 'README.md'))).read()
3332

3433
)

0 commit comments

Comments
 (0)