File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 0.2.3 " ,
2+ "version" : " 0.2.4 " ,
33 "private" : true ,
44 "name" : " raydar" ,
55 "repository" : " https://github.com/point72/raydar" ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "hatchling.build"
99[project ]
1010name = " raydar"
1111description = " A perspective powered, user editable ray dashboard via ray serve"
12- version = " 0.2.3 "
12+ version = " 0.2.4 "
1313readme = " README.md"
1414license = { file = " LICENSE" }
1515requires-python = " >=3.8"
@@ -80,7 +80,7 @@ Repository = "https://github.com/point72/raydar"
8080Homepage = " https://github.com/point72/raydar"
8181
8282[tool .bumpversion ]
83- current_version = " 0.2.3 "
83+ current_version = " 0.2.4 "
8484commit = true
8585tag = false
8686commit_args = " -s"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments