8000 Bump to version 0.3.1. · python/asyncio@5e7da72 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Commit 5e7da72

Browse files
committed
Bump to version 0.3.1.
1 parent 6aa1708 commit 5e7da72

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ clean:
4141
rm -f MANIFEST
4242

4343

44-
# Make distributions for Python 3.3
44+
# Push a source distribution for Python 3.3 to PyPI.
45+
# You must update the version in setup.py first.
4546
pypi: clean
4647
python3.3 setup.py sdist upload

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="asyncio",
18-
version="0.2.1",
18+
version="0.3.1",
1919

2020
description="reference implementation of PEP 3156",
2121
long_description=open("README").read(),

0 commit comments

Comments
 (0)
0