Skip to content

Commit 0c0a85f

Browse files
version update
1 parent 21cc889 commit 0c0a85f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

hyper2web/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = """Xuanzhe Wang"""
22
__email__ = 'wangxuanzhealbert@gmail.com'
3-
__version__ = '0.0.3'
3+
__version__ = '0.0.4'
44

55
from . import app

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name='hyper2web',
24-
version='0.0.3',
24+
version='0.0.4',
2525
description="Coroutine based H2 Web backend framework built for the future.",
2626
long_description=readme + '\n\n' + history,
2727
author="Xuanzhe Wang",

upload_to_pypi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
rm -rf dist build
2-
python setup.py sdist bdist_wheel
1+
rm -rf dist hyper2web.egg-info
2+
python setup.py sdist
33
twine upload dist/*

0 commit comments

Comments
 (0)