Skip to content

Commit

Permalink
Bump version: 0.2.3 → 0.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Gaugler <[email protected]>
  • Loading branch information
gauglertodd committed Oct 11, 2024
1 parent 9a92d97 commit 8868835
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"name": "raydar",
"repository": "https://github.com/point72/raydar",
Expand Down
2 changes: 1 addition & 1 deletion js/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>
<body>
<div class="title-bar">
<span class="title">Raydar v0.2.3</span>
<span class="title">Raydar v0.2.4</span>
<button id="save-layout-button" class="save-button">Save Layout</button>
</div>
<perspective-workspace></perspective-workspace>
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "hatchling.build"
[project]
name = "raydar"
description = "A perspective powered, user editable ray dashboard via ray serve"
version = "0.2.3"
version = "0.2.4"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
Expand Down Expand Up @@ -80,7 +80,7 @@ Repository = "https://github.com/point72/raydar"
Homepage = "https://github.com/point72/raydar"

[tool.bumpversion]
current_version = "0.2.3"
current_version = "0.2.4"
commit = true
tag = false
commit_args = "-s"
Expand Down
2 changes: 1 addition & 1 deletion raydar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.3"
__version__ = "0.2.4"

# import this first, might need to monkeypatch ray
# https://github.com/ray-project/ray/issues/42654
Expand Down

0 comments on commit 8868835

Please sign in to comment.