Skip to content

Commit 70b3e71

Browse files
Update to version 0.1.50
1 parent 8986797 commit 70b3e71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

preswald/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Initialize the Preswald package
2-
__version__ = "0.1.49"
2+
__version__ = "0.1.50"
33

44
from . import interfaces as _interfaces
55
from .interfaces import * # noqa: F403

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def _build_frontend(self):
108108
setup(
109109
# Basic package metadata
110110
name="preswald",
111-
version="0.1.49",
111+
version="0.1.50",
112112
author="Structured Labs",
113113
author_email="founders@structuredlabs.com",
114114
description="A lightweight data workflow SDK.",

0 commit comments

Comments
 (0)