Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <[email protected]>
  • Loading branch information
timkpaine committed Apr 15, 2024
1 parent 1d66532 commit 2104927
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = False

Expand All @@ -14,4 +14,3 @@ replace = __version__ = "{new_version}"
[bumpversion:file:js/package.json]
search = "version": "{current_version}"
replace = "version": "{new_version}"

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.1.0",
"version": "0.2.0",
"private": true,
"name": "raydar",
"repository": "https://github.com/point72/raydar",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0"
version = "0.2.0"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
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.1.0"
__version__ = "0.2.0"

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

0 comments on commit 2104927

Please sign in to comment.