Skip to content

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Mar 19, 2016
1 parent fb8e759 commit 3ead313
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
Expand Up @@ -21,4 +21,4 @@
"""
from __future__ import absolute_import

current = "2.0.1"
current = "2.0.2"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -88,7 +88,7 @@ def list_modules(dirname):
readme = ''

setup(name='hug',
version='2.0.1',
version='2.0.2',
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 3ead313

Please sign in to comment.