Skip to content

Commit

Permalink
Bumps versions of libs (#1002)
Browse files Browse the repository at this point in the history
1.69.0 for hamilton proper
0.0.9 for the ui
0.5.1 for the SDK
  • Loading branch information
skrawcz authored Jul 2, 2024
1 parent 096d210 commit 369b807
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hamilton/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = (1, 68, 0)
VERSION = (1, 69, 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.8",
version="0.0.9",
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
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, 0)
__version__ = (0, 5, 1)

0 comments on commit 369b807

Please sign in to comment.