Skip to content

Commit

Permalink
Bump public version for PyPI release
Browse files Browse the repository at this point in the history
Summary: - Lets release this to PyPI with an accurate version

Reviewed By: fried

Differential Revision: D19959187

fbshipit-source-id: a154a10582ddcd6e3adccd6a868e10bdfca37946
  • Loading branch information
cooperlees authored and facebook-github-bot committed Feb 19, 2020
1 parent 263a9fa commit 29c614c
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 START_TASK, Watcher, WatcherError, as_task, cancel


__version__ = "20.01.0"
__version__ = "20.2.0"
__all__ = [
"BiDirectionalEvent",
"START_TASK",
Expand Down

0 comments on commit 29c614c

Please sign in to comment.