Skip to content

Commit 3b49182

Browse files
authored
Merge pull request #20 from Point72/tkp/022
Bump version to 0.2.2
2 parents cc71303 + 917c13c commit 3b49182

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

‎.bumpversion.cfg‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.2.2
33
commit = True
44
tag = False
5+
commit_args = -s
56

67
[bumpversion:file:pyproject.toml]
78
search = version = "{current_version}"

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
A [perspective](https://perspective.finos.org/) powered, user editable ray dashboard via ray serve.
1212

13-
[![Build Status](https://github.com/Point72/raydar/actions/workflows/build.yml/badge.svg)](https://github.com/Point72/raydar/actions/workflows/build.yml)
13+
[![Build Status](https://github.com/Point72/raydar/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/Point72/raydar/actions/workflows/build.yml)
1414
[![PyPI Version](https://img.shields.io/pypi/v/raydar.svg)](https://pypi.python.org/pypi/raydar)
1515
[![License](https://img.shields.io/pypi/l/raydar.svg)](https://github.com/Point72/raydar/blob/main/LICENSE)
1616
[![Python Versions](https://img.shields.io/badge/python-3.8_%7C_3.9_%7C_3.10_%7C_3.11-blue)](https://github.com/Point72/raydar/blob/main/pyproject.toml)

‎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.1",
2+
"version": "0.2.2",
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.1"
12+
version = "0.2.2"
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.1"
1+
__version__ = "0.2.2"
22

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

0 commit comments

Comments
 (0)