Skip to content

Commit db68cec

Browse files
committed
Bump version to v0.4.14
1 parent ef3828e commit db68cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
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.13',
58+
version='0.4.14',
5959
packages=['uvloop'],
6060
cmdclass={'build_ext': libuv_build_ext},
6161
ext_modules=[

0 commit comments

Comments
 (0)