-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug where async context of recursive dependencies would be exited…
… before the beginning of the function (#35) * fix bug where async context of recursive dependencies would be exited before the beginning of the function * bump version to 0.8.1
- Loading branch information
Showing
2 changed files
with
26 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setuptools.setup( | ||
name="enochecker3", | ||
version="0.8.0", | ||
version="0.8.1", | ||
author="ldruschk", | ||
author_email="[email protected]", | ||
description="FastAPI based library for building async python checkers for the EnoEngine A/D CTF Framework", | ||
|