Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raydar",
"version": "0.2.4",
"version": "0.3.0",
"description": "A perspective powered, user editable ray dashboard via ray serve",
"repository": "[email protected]:Point72/raydar.git",
"author": "Point72, L.P. <[email protected]>",
Expand Down
9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [{name = "Point72, L.P.", email = "[email protected]"}]
description = "A perspective powered, user editable ray dashboard via ray serve"
readme = "README.md"
license = { text = "Apache-2.0" }
version = "0.2.4"
version = "0.3.0"
requires-python = ">=3.10"
keywords = [
"perspective",
Expand Down Expand Up @@ -73,7 +73,7 @@ Repository = "https://github.com/Point72/raydar"
Homepage = "https://github.com/Point72/raydar"

[tool.bumpversion]
current_version = "0.2.4"
current_version = "0.3.0"
commit = true
tag = true
commit_args = "-s"
Expand All @@ -93,11 +93,6 @@ filename = "js/package.json"
search = '"version": "{current_version}"'
replace = '"version": "{new_version}"'

[[tool.bumpversion.files]]
filename = "js/src/index.html"
search = 'Raydar v{current_version}'
replace = 'Raydar v{new_version}'

[tool.check-manifest]
ignore = [
".copier-answers.yaml",
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.4"
__version__ = "0.3.0"

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