Skip to content

Commit

Permalink
Update to version 0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-singhal committed Jan 7, 2025
1 parent 5726ddc commit 8117f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion preswald/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Initialize the Preswald package
__version__ = "0.1.23"
__version__ = "0.1.24"

from .core import connect, connections
from .components import (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _copy_assets(self, frontend_dir):
setup(
# Basic package metadata
name="preswald",
version="0.1.23",
version="0.1.24",
author="Structured",
author_email="founders@structuredlabs.com",
description="A lightweight data workflow SDK.",
Expand Down

0 comments on commit 8117f9a

Please sign in to comment.