summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2014-02-24 10:18:42 -0800
committerGuido van Rossum <guido@python.org>2014-02-24 10:18:42 -0800
commit06d2b0b84abbf9b08f9dae1a929e36c4e7652409 (patch)
tree5ec8826d88a89a2c5617452ff5d50697686d4cb7 /setup.py
parent1a05a51bab47c2d154c799bdd9fa8d0dd34c2570 (diff)
downloadtrollius-06d2b0b84abbf9b08f9dae1a929e36c4e7652409.tar.gz
Release asyncio version 0.4.1, identical to CPython 3.4.0rc2.0.4.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0d92df7..6cce4a7 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ if os.name == 'nt':
setup(
name="asyncio",
- version="0.3.1",
+ version="0.4.1",
description="reference implementation of PEP 3156",
long_description=open("README").read(),