Skip to content

Commit 8868835

Browse files
committed
Bump version: 0.2.3 → 0.2.4
Signed-off-by: Todd Gaugler <todd.gaugler@cubistsystematic.com>
1 parent 9a92d97 commit 8868835

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.3",
2+
"version": "0.2.4",
33
"private": true,
44
"name": "raydar",
55
"repository": "https://github.com/point72/raydar",

js/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212
<body>
1313
<div class="title-bar">
14-
<span class="title">Raydar v0.2.3</span>
14+
<span class="title">Raydar v0.2.4</span>
1515
<button id="save-layout-button" class="save-button">Save Layout</button>
1616
</div>
1717
<perspective-workspace></perspective-workspace>

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "hatchling.build"
99
[project]
1010
name = "raydar"
1111
description = "A perspective powered, user editable ray dashboard via ray serve"
12-
version = "0.2.3"
12+
version = "0.2.4"
1313
readme = "README.md"
1414
license = { file = "LICENSE" }
1515
requires-python = ">=3.8"
@@ -80,7 +80,7 @@ Repository = "https://github.com/point72/raydar"
8080
Homepage = "https://github.com/point72/raydar"
8181

8282
[tool.bumpversion]
83-
current_version = "0.2.3"
83+
current_version = "0.2.4"
8484
commit = true
8585
tag = false
8686
commit_args = "-s"

raydar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.3"
1+
__version__ = "0.2.4"
22

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

0 commit comments

Comments
 (0)