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 62f95aa commit 6abbb58Copy full SHA for 6abbb58
2 files changed
preswald/__init__.py
@@ -1,5 +1,5 @@
1
# Initialize the Preswald package
2
-__version__ = "0.1.47"
+__version__ = "0.1.48"
3
4
from . import interfaces as _interfaces
5
from .interfaces import * # noqa: F403
setup.py
@@ -108,7 +108,7 @@ def _build_frontend(self):
108
setup(
109
# Basic package metadata
110
name="preswald",
111
- version="0.1.47",
+ version="0.1.48",
112
author="Structured Labs",
113
author_email="founders@structuredlabs.com",
114
description="A lightweight data workflow SDK.",
0 commit comments