Skip to content

Commit c2257f8

Browse files
authored
Merge pull request #86 from Point72/tkp/030
Bump version to 0.3.0
2 parents 255508f + a333089 commit c2257f8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raydar",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
44
"description": "A perspective powered, user editable ray dashboard via ray serve",
55
"repository": "git@github.com:Point72/raydar.git",
66
"author": "Point72, L.P. <OpenSource@point72.com>",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
description = "A perspective powered, user editable ray dashboard via ray serve"
1414
readme = "README.md"
1515
license = { text = "Apache-2.0" }
16-
version = "0.2.4"
16+
version = "0.3.0"
1717
requires-python = ">=3.10"
1818
keywords = [
1919
"perspective",
@@ -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.4"
83+
current_version = "0.3.0"
8484
commit = true
8585
tag = true
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.4"
1+
__version__ = "0.3.0"
22

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

0 commit comments

Comments
 (0)