We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cc889 commit 0c0a85fCopy full SHA for 0c0a85f
hyper2web/__init__.py
@@ -1,5 +1,5 @@
1
__author__ = """Xuanzhe Wang"""
2
__email__ = 'wangxuanzhealbert@gmail.com'
3
-__version__ = '0.0.3'
+__version__ = '0.0.4'
4
5
from . import app
setup.py
@@ -21,7 +21,7 @@
21
22
setup(
23
name='hyper2web',
24
- version='0.0.3',
+ version='0.0.4',
25
description="Coroutine based H2 Web backend framework built for the future.",
26
long_description=readme + '\n\n' + history,
27
author="Xuanzhe Wang",
upload_to_pypi.sh
@@ -1,3 +1,3 @@
-rm -rf dist build
-python setup.py sdist bdist_wheel
+rm -rf dist hyper2web.egg-info
+python setup.py sdist
twine upload dist/*
0 commit comments