Skip to content

Commit 155d618

Browse files
committed
Bumps framework 1.71.0 , ui 0.13, and sdk 0.6.0 versions
To push out new releases.
1 parent 92c36f6 commit 155d618

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

hamilton/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = (1, 70, 0)
1+
VERSION = (1, 71, 0)

ui/backend/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def load_requirements():
1818

1919
setup(
2020
name="sf-hamilton-ui", # there's already a hamilton in pypi
21-
version="0.0.12rc0",
21+
version="0.0.13",
2222
description="Hamilton, the micro-framework for creating dataframes.",
2323
long_description="""Hamilton tracking server, see [the docs for more](https://github.com/dagworks-inc/hamilton/tree/main/ui/)""",
2424
long_description_content_type="text/markdown",

ui/frontend/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/sdk/src/hamilton_sdk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (0, 5, 3)
1+
__version__ = (0, 6, 0)

0 commit comments

Comments
 (0)