Skip to content

Commit 507b1b7

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 92133ad commit 507b1b7

7 files changed

Lines changed: 7 additions & 7 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" # Keep in sync with contrib/hamilton/contrib/version.py until this becomes dynamic
24+
version = "0.0.9" # Keep in sync with contrib/hamilton/contrib/version.py until this becomes dynamic
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"

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
readme = {file = "README.md", content-type = "text/markdown"}
2727
requires-python = ">=3.10.1, <4"

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)