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 978858e commit a165cf1Copy full SHA for a165cf1
1 file changed
libraries/dagster-async-executor/dagster_async_executor/__init__.py
@@ -2,7 +2,7 @@
2
3
from dagster_async_executor.executor_definition import async_executor as async_executor
4
5
-__version__ = "0.0.1"
+__version__ = "0.0.2"
6
7
DagsterLibraryRegistry.register(
8
"dagster-async-executor", __version__, is_dagster_package=False
0 commit comments