We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245cd6f commit c4411deCopy full SHA for c4411de
asyncer/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.6.dev1"
+__version__ = "0.0.6"
2
3
from ._main import PendingValueException as PendingValueException
4
from ._main import SoonValue as SoonValue
docs/release-notes.md
@@ -2,6 +2,8 @@
## Latest Changes
5
+## 0.0.6
6
+
7
### Internal
8
9
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#122](https://github.com/tiangolo/asyncer/pull/122) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
0 commit comments