Skip to content

Commit

Permalink
Update to version 0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-singhal committed Jan 4, 2025
1 parent 23a8f79 commit 544f741
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.20"
__version__ = "0.1.21"

from .core import track, 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.20",
version="0.1.21",
author="Structured",
author_email="founders@structuredlabs.com",
description="A lightweight data workflow SDK.",
Expand Down

0 comments on commit 544f741

Please sign in to comment.