We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8986797 commit 70b3e71Copy full SHA for 70b3e71
preswald/__init__.py
@@ -1,5 +1,5 @@
1
# Initialize the Preswald package
2
-__version__ = "0.1.49"
+__version__ = "0.1.50"
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.49",
+ version="0.1.50",
112
author="Structured Labs",
113
author_email="founders@structuredlabs.com",
114
description="A lightweight data workflow SDK.",
0 commit comments