Skip to content

Commit 6abbb58

Browse files
Update to version 0.1.48
1 parent 62f95aa commit 6abbb58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.47"
2+
__version__ = "0.1.48"
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.47",
111+
version="0.1.48",
112112
author="Structured Labs",
113113
author_email="founders@structuredlabs.com",
114114
description="A lightweight data workflow SDK.",

0 commit comments

Comments
 (0)