Skip to content

Commit

Permalink
set new version 0.1.2
Browse files Browse the repository at this point in the history
now working
  • Loading branch information
Avelino committed Jul 13, 2016
1 parent 0e3953a commit f4f567e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@


description = "Bottle plugin beaker, WSGI middleware for sessions and caching"
REQUIREMENTS = [i.strip() for i in open("requirements.txt").readlines()]

setup(
name='bottle-beaker',
version="0.1.1",
version="0.1.2",
description=description,
author="Thiago Avelino",
author_email="[email protected]",
Expand All @@ -16,6 +17,7 @@
zip_safe=False,
url='https://github.com/bottlepy/bottle-beaker',
py_modules=['bottle_beaker'],
install_requires = REQUIREMENTS,
requires=['bottle (>=0.9)', 'beaker'],
classifiers=[
'Environment :: Web Environment',
Expand Down

0 comments on commit f4f567e

Please sign in to comment.