Skip to content

Commit 6f48075

Browse files
committed
Bump sub-package versions and update extras for release
- apache-hamilton-sdk: 0.8.0 -> 0.9.0 - apache-hamilton-ui: 0.0.17 -> 0.0.18 - apache-hamilton-lsp: 0.1.0 -> 0.2.0 - apache-hamilton-contrib: 0.0.8 -> 0.0.9 - Update root pyproject.toml extras to point to apache-hamilton-{lsp,sdk,ui}
1 parent 6c20c0b commit 6f48075

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

contrib/hamilton/contrib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
VERSION = (0, 0, 8)
18+
VERSION = (0, 0, 9)

contrib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121

2222
[project]
2323
name = "apache-hamilton-contrib"
24-
version = "0.0.8"
24+
version = "0.0.9"
2525
description = "Apache Hamilton's user contributed shared dataflow library."
2626
readme = "README.md"
2727
requires-python = ">=3.10, <4"

dev_tools/language_server/hamilton_lsp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__version__ = "0.1.0"
18+
__version__ = "0.2.0"

dev_tools/language_server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121

2222
[project]
2323
name = "apache-hamilton-lsp"
24-
version = "0.1.0"
24+
version = "0.2.0"
2525
description = "Apache Hamilton Language Server powering IDE features."
2626
readme = "README.md"
2727
requires-python = ">=3.10, <4"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ experiments = [
6767
"fastui",
6868
"uvicorn",
6969
]
70-
lsp = ["sf-hamilton-lsp"] # TODO: switch to apache-hamilton-lsp once stable version is published
70+
lsp = ["apache-hamilton-lsp"]
7171
openlineage = ["openlineage-python"]
7272
pandera = ["pandera"]
7373
pydantic = ["pydantic>=2.0"]
@@ -77,12 +77,12 @@ pyspark = [
7777
]
7878
ray = ["ray>=2.0.0; python_version < '3.14'", "pyarrow"]
7979
rich = ["rich"]
80-
sdk = ["sf-hamilton-sdk"] # TODO: switch to apache-hamilton-sdk once stable version is published
80+
sdk = ["apache-hamilton-sdk"]
8181
slack = ["slack-sdk"]
8282

8383
mcp = ["fastmcp>=3.0.0,<4"]
8484
tqdm = ["tqdm"]
85-
ui = ["sf-hamilton-ui"] # TODO: switch to apache-hamilton-ui once stable version is published
85+
ui = ["apache-hamilton-ui"]
8686

8787
# vaex -- on >=py3.11 only core part available https://github.com/vaexio/vaex/pull/2331#issuecomment-2437198176
8888
vaex = [

ui/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121

2222
[project]
2323
name = "apache-hamilton-ui"
24-
version = "0.0.17"
24+
version = "0.0.18"
2525
description = "Apache Hamilton UI tracking server for dataflow visualization and monitoring."
2626
requires-python = ">=3.10.1, <4"
2727
license = "Apache-2.0"

ui/sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121

2222
[project]
2323
name = "apache-hamilton-sdk"
24-
version = "0.8.0"
24+
version = "0.9.0"
2525
description = "Apache Hamilton SDK for reading and writing to the Apache Hamilton backend APIs that support the UI."
2626
readme = "README.md"
2727
requires-python = ">=3.10, <4"

ui/sdk/src/hamilton_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__version__ = (0, 8, 0)
18+
__version__ = (0, 9, 0)

0 commit comments

Comments
 (0)