Skip to content

Commit 20a3bcb

Browse files
authored
Merge pull request #10 from Point72/tkp/021
Bump version: 0.2.0 → 0.2.1
2 parents 987a53d + 761be48 commit 20a3bcb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎.bumpversion.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = False
55

‎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.0",
2+
"version": "0.2.1",
33
"private": true,
44
"name": "raydar",
55
"repository": "https://github.com/point72/raydar",

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
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.0"
12+
version = "0.2.1"
1313
readme = "README.md"
1414
license = { file = "LICENSE" }
1515
requires-python = ">=3.8"

‎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.0"
1+
__version__ = "0.2.1"
22

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

0 commit comments

Comments
 (0)