Skip to content
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Commit a2856ab

Browse files
committed
Fix release
1 parent 889ffeb commit a2856ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def execfile(fname, globs, locs=None):
4848
"Topic :: Software Development :: Libraries",
4949
],
5050
url="https://github.com/mars-project/asyncio37",
51-
packages=[""],
51+
packages=["", "asyncio"],
5252
package_dir={"": "src"},
5353
package_data={"": ["*.pth"]},
5454
ext_modules=[asyncio_mod],

src/asyncio/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.1.1'
22

0 commit comments

Comments
 (0)