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 bc6f67b commit 6908e9eCopy full SHA for 6908e9e
1 file changed
flowllm/__init__.py
@@ -14,4 +14,4 @@
14
if enable_extensions and enable_extensions.lower() == "true":
15
from . import extensions # noqa: E402, F401 # pylint: disable=wrong-import-position,unused-import
16
17
-__version__ = "0.2.0.1"
+__version__ = "0.2.0.2"
0 commit comments