diff --git a/hyper2web/__init__.py b/hyper2web/__init__.py index 2aac0c5..5d8ac21 100644 --- a/hyper2web/__init__.py +++ b/hyper2web/__init__.py @@ -1,5 +1,5 @@ __author__ = """Xuanzhe Wang""" __email__ = 'wangxuanzhealbert@gmail.com' -__version__ = '0.0.4' +__version__ = '0.0.6' from . import app diff --git a/setup.py b/setup.py index e3c69b4..445fca2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name='hyper2web', - version='0.0.4', + version='0.0.6', description="Coroutine based H2 Web backend framework built for the future.", long_description=readme + '\n\n' + history, author="Xuanzhe Wang",