8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa1708 commit 5e7da72Copy full SHA for 5e7da72
Makefile
@@ -41,6 +41,7 @@ clean:
41
rm -f MANIFEST
42
43
44
-# Make distributions for Python 3.3
+# Push a source distribution for Python 3.3 to PyPI.
45
+# You must update the version in setup.py first.
46
pypi: clean
47
python3.3 setup.py sdist upload
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="asyncio",
18
- version="0.2.1",
+ version="0.3.1",
19
20
description="reference implementation of PEP 3156",
21
long_description=open("README").read(),
0 commit comments