Skip to content

Commit 8e93e3b

Browse files
committed
Bump version to 0.4.9
1 parent 35ea8f8 commit 8e93e3b

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

0 commit comments

Comments
 (0)