Skip to content

Commit

Permalink
Prepare release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmohr committed May 10, 2016
1 parent 966d0e5 commit e4448c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def run_tests(self):


setup(name='static3',
version='0.6.1',
version='0.6.2',
description=
'A really simple WSGI way to serve static (or mixed) content.',
long_description=open('README.rst', 'rb').read().decode('utf-8'),
Expand All @@ -62,7 +62,7 @@ def run_tests(self):
extras_require={
'KidMagic': 'kid',
'GenshiMagic': 'Genshi',
},
},
entry_points="""
[console_scripts]
static=static:command
Expand Down

0 comments on commit e4448c9

Please sign in to comment.