From 2d88ce0a7f8b24d188eb865c4221bcb856a7ddd9 Mon Sep 17 00:00:00 2001 From: Shivam Singhal Date: Tue, 14 Jan 2025 17:50:07 -0800 Subject: [PATCH] Update to version 0.1.28 --- preswald/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/preswald/__init__.py b/preswald/__init__.py index 8f0e3e5..89402e4 100644 --- a/preswald/__init__.py +++ b/preswald/__init__.py @@ -1,5 +1,5 @@ # Initialize the Preswald package -__version__ = "0.1.27" +__version__ = "0.1.28" from .core import connect, connections from .components import ( diff --git a/setup.py b/setup.py index 488cf16..94d4842 100644 --- a/setup.py +++ b/setup.py @@ -128,7 +128,7 @@ def _copy_assets(self, frontend_dir): setup( # Basic package metadata name="preswald", - version="0.1.27", + version="0.1.28", author="Structured", author_email="founders@structuredlabs.com", description="A lightweight data workflow SDK.",