Skip to content

Commit 01007e1

Browse files
committed
Bump version to v0.4.11
1 parent f27f985 commit 01007e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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.10',
56+
version='0.4.11',
5757
packages=['uvloop'],
5858
cmdclass={'build_ext': libuv_build_ext},
5959
ext_modules=[

0 commit comments

Comments
 (0)