summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2013-11-25 10:18:09 -0800
committerGuido van Rossum <guido@python.org>2013-11-25 10:18:09 -0800
commit8bff953103a1aadd99a6b6c3fc468e6b85c03d12 (patch)
tree5177f3b13f8cd732a987051274479f08ae5324ea /setup.py
parent1f810be794bc2180d355f28483135bd681f06de6 (diff)
downloadtrollius-8bff953103a1aadd99a6b6c3fc468e6b85c03d12.tar.gz
Set version to 0.2.1. Ready for PyPI.0.2.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 b27f786..77db68f 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ if os.name == 'nt':
setup(
name="asyncio",
- version="0.1.1",
+ version="0.2.1",
description="reference implementation of PEP 3156",
long_description=open("README").read(),