Skip to content

Commit 108a46d

Browse files
Merge pull request #28 from nextmv-io/merschformann/expose-config
Exposes configuration
2 parents fca61cf + 8126624 commit 108a46d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nextpipe/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "v0.3.2"
1+
__version__ = "v0.3.3"

nextpipe/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Framework for Decision Pipeline modeling and execution."""
22

33
from .__about__ import __version__
4+
from .config import Configuration as Configuration
45
from .decorators import app as app
56
from .decorators import foreach as foreach
67
from .decorators import join as join

0 commit comments

Comments
 (0)