Skip to content

Commit 6f6e9b6

Browse files
committed
chore: bump to a3
1 parent b932344 commit 6f6e9b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drive_flow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .core import EventEngineCls
22
from .types import EventInput
33

4-
__version__ = "0.0.1.alpha2"
4+
__version__ = "0.0.1.alpha3"
55
__author__ = "Jianbai Ye"
66
__url__ = "https://github.com/memodb-io/drive-flow"
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
url=vars2readme["__url__"],
2626
version=vars2readme["__version__"],
2727
author=vars2readme["__author__"],
28-
description="Build event-driven workflows with python functions",
28+
description="Build event-driven workflows with python async functions",
2929
long_description=long_description,
3030
long_description_content_type="text/markdown",
3131
packages=["drive_flow"],

0 commit comments

Comments
 (0)