File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.1
2+ current_version = 0.2.2
33commit = True
44tag = False
5+ commit_args = -s
56
67[bumpversion:file:pyproject.toml]
78search = version = " {current_version}"
Original file line number Diff line number Diff line change 1010
1111A [ 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 )
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.2.1 " ,
2+ "version" : " 0.2.2 " ,
33 "private" : true ,
44 "name" : " raydar" ,
55 "repository" : " https://github.com/point72/raydar" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "hatchling.build"
99[project ]
1010name = " raydar"
1111description = " A perspective powered, user editable ray dashboard via ray serve"
12- version = " 0.2.1 "
12+ version = " 0.2.2 "
1313readme = " README.md"
1414license = { file = " LICENSE" }
1515requires-python = " >=3.8"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments