Skip to content

Commit 91b35f5

Browse files
committed
Bump the version to v0.4.7
1 parent de89ae0 commit 91b35f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def build_extensions(self):
5353
setup(
5454
name='uvloop',
5555
description='Fast implementation of asyncio event loop on top of libuv',
56-
version='0.4.6',
56+
version='0.4.7',
5757
packages=['uvloop'],
5858
cmdclass={'build_ext': libuv_build_ext},
5959
ext_modules=[

0 commit comments

Comments
 (0)