Skip to content

Commit 25a6bca

Browse files
committedMay 5, 2016
Cut v0.4.13 release.
1 parent 57b3553 commit 25a6bca

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

0 commit comments

Comments
 (0)
Please sign in to comment.