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 b932344 commit 6f6e9b6Copy full SHA for 6f6e9b6
drive_flow/__init__.py
@@ -1,7 +1,7 @@
1
from .core import EventEngineCls
2
from .types import EventInput
3
4
-__version__ = "0.0.1.alpha2"
+__version__ = "0.0.1.alpha3"
5
__author__ = "Jianbai Ye"
6
__url__ = "https://github.com/memodb-io/drive-flow"
7
setup.py
@@ -25,7 +25,7 @@
25
url=vars2readme["__url__"],
26
version=vars2readme["__version__"],
27
author=vars2readme["__author__"],
28
- description="Build event-driven workflows with python functions",
+ description="Build event-driven workflows with python async functions",
29
long_description=long_description,
30
long_description_content_type="text/markdown",
31
packages=["drive_flow"],
0 commit comments