Skip to content

Commit f72398a

Browse files
committed
Bump the version to v0.4.12
1 parent b6fa37a commit f72398a

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
@@ -55,7 +55,7 @@ def build_extensions(self):
5555
setup(
5656
name='uvloop',
5757
description='Fast implementation of asyncio event loop on top of libuv',
58-
version='0.4.11',
58+
version='0.4.12',
5959
packages=['uvloop'],
6060
cmdclass={'build_ext': libuv_build_ext},
6161
ext_modules=[

0 commit comments

Comments
 (0)