Skip to content

Commit

Permalink
Bumps framework 1.71.0 , ui 0.13, and sdk 0.6.0 versions
Browse files Browse the repository at this point in the history
To push out new releases.
  • Loading branch information
skrawcz committed Jul 18, 2024
1 parent 92c36f6 commit 155d618
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion hamilton/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = (1, 70, 0)
VERSION = (1, 71, 0)
2 changes: 1 addition & 1 deletion ui/backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def load_requirements():

setup(
name="sf-hamilton-ui", # there's already a hamilton in pypi
version="0.0.12rc0",
version="0.0.13",
description="Hamilton, the micro-framework for creating dataframes.",
long_description="""Hamilton tracking server, see [the docs for more](https://github.com/dagworks-inc/hamilton/tree/main/ui/)""",
long_description_content_type="text/markdown",
Expand Down
6 changes: 3 additions & 3 deletions ui/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/sdk/src/hamilton_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (0, 5, 3)
__version__ = (0, 6, 0)

0 comments on commit 155d618

Please sign in to comment.