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.
2 parents fca61cf + 8126624 commit 108a46dCopy full SHA for 108a46d
nextpipe/__about__.py
@@ -1 +1 @@
1
-__version__ = "v0.3.2"
+__version__ = "v0.3.3"
nextpipe/__init__.py
@@ -1,6 +1,7 @@
"""Framework for Decision Pipeline modeling and execution."""
2
3
from .__about__ import __version__
4
+from .config import Configuration as Configuration
5
from .decorators import app as app
6
from .decorators import foreach as foreach
7
from .decorators import join as join
0 commit comments