Skip to content

Commit 2d0feab

Browse files
committedJan 23, 2024
🔖 Release version 0.0.3
1 parent 715b5ff commit 2d0feab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎asyncer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.3"
22

33
from ._main import create_task_group as create_task_group
44
from ._main import SoonValue as SoonValue

‎docs/release-notes.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Latest Changes
44

5+
## 0.0.3
6+
57
### Features
68

79
* ✨ Export (import and re-export) `TaskGroup` from `asyncer`. PR [#87](https://github.com/tiangolo/asyncer/pull/87) by [@MarkParker5](https://github.com/MarkParker5).

0 commit comments

Comments
 (0)
Please sign in to comment.