Skip to content

Commit

Permalink
Stitch bump to 0.1.3
Browse files Browse the repository at this point in the history
Updated for state exposure.
  • Loading branch information
nopdive committed Feb 11, 2025
1 parent 8f6c564 commit 161830f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/python/stitch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guidance-ai/stitch",
"version": "0.1.2",
"version": "0.1.3",
"description": "Bidirectional comms for Jupyter and JavaScript.",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion packages/python/stitch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [
dependencies = [
"ipywidgets>=8.0.0",
]
version = "0.1.2"
version = "0.1.3"

[project.optional-dependencies]
docs = [
Expand Down
2 changes: 1 addition & 1 deletion packages/python/stitch/stitch/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) Guidance Contributors.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 1, 2)
version_info = (0, 1, 3)
__version__ = ".".join(map(str, version_info))

0 comments on commit 161830f

Please sign in to comment.