Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Aug 10, 2015
1 parent 1668680 commit 9b117be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hug/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
OTHER DEALINGS IN THE SOFTWARE.
"""
current = "0.0.8"
current = "0.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def run(self):
readme = ''

setup(name='hug',
version='0.0.8',
version='0.1.0',
description='A Python framework that makes developing APIs as simple as possible, but no simpler.',
long_description=readme,
author='Timothy Crosley',
Expand Down

0 comments on commit 9b117be

Please sign in to comment.