Skip to content

Commit

Permalink
👷 Deploy dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Apr 29, 2024
1 parent a063b60 commit f8e5fe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
release:
types:
- created
# TODO: remove this
push:
branches:
- pdm
workflow_dispatch:
inputs:
debug_enabled:
Expand Down
2 changes: 1 addition & 1 deletion asyncer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.5"
__version__ = "0.0.6.dev1"

from ._main import PendingValueException as PendingValueException
from ._main import SoonValue as SoonValue
Expand Down

0 comments on commit f8e5fe6

Please sign in to comment.