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

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsi committed Apr 23, 2021
1 parent 889ffeb commit a2856ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def execfile(fname, globs, locs=None):
"Topic :: Software Development :: Libraries",
],
url="https://github.com/mars-project/asyncio37",
packages=[""],
packages=["", "asyncio"],
package_dir={"": "src"},
package_data={"": ["*.pth"]},
ext_modules=[asyncio_mod],
Expand Down
2 changes: 1 addition & 1 deletion src/asyncio/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit a2856ab

Please sign in to comment.