summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2014-05-19 08:15:55 -0700
committerGuido van Rossum <guido@python.org>2014-05-19 08:15:55 -0700
commit64c3d5006601696823f9a15f4d4d95ca28c83d19 (patch)
tree227244a3223c2d0487d8a5e1593dd2781bc25c92
parent01d6b39fe6c263eae4f4ad48787b9b3252076c97 (diff)
downloadtrollius-64c3d5006601696823f9a15f4d4d95ca28c83d19.tar.gz
Bump version in setup.py.3.4.1
-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(),