Skip to content

Commit

Permalink
update version to 22.11.1 for cancel() changes (#8)
Browse files Browse the repository at this point in the history
Summary:
Going to push out a pypi release

Pull Request resolved: #8

Reviewed By: cooperlees

Differential Revision: D41380093

Pulled By: fried

fbshipit-source-id: 1b25c4bf8e285eeb01add607e3bdfacdee985b35
  • Loading branch information
fried authored and facebook-github-bot committed Nov 17, 2022
1 parent 50bcc37 commit 75c86fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion later/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .task import as_task, cancel, START_TASK, Watcher, WatcherError


__version__ = "20.10.1"
__version__ = "22.11.1"
__all__ = [
"BiDirectionalEvent",
"START_TASK",
Expand Down

0 comments on commit 75c86fd

Please sign in to comment.