summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6cce4a7..14f96f2 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ if os.name == 'nt':
setup(
name="asyncio",
- version="0.4.1",
+ version="3.4.1",
description="reference implementation of PEP 3156",
long_description=open("README").read(),