Skip to content

Commit

Permalink
Merge pull request #20 from Point72/tkp/022
Browse files Browse the repository at this point in the history
Bump version to 0.2.2
  • Loading branch information
timkpaine committed Jun 13, 2024
2 parents cc71303 + 917c13c commit 3b49182
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.2.2
commit = True
tag = False
commit_args = -s

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

[![Build Status](https://github.com/Point72/raydar/actions/workflows/build.yml/badge.svg)](https://github.com/Point72/raydar/actions/workflows/build.yml)
[![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)
[![PyPI Version](https://img.shields.io/pypi/v/raydar.svg)](https://pypi.python.org/pypi/raydar)
[![License](https://img.shields.io/pypi/l/raydar.svg)](https://github.com/Point72/raydar/blob/main/LICENSE)
[![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)
Expand Down
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.2.1",
"version": "0.2.2",
"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.2.1"
version = "0.2.2"
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.2.1"
__version__ = "0.2.2"

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

0 comments on commit 3b49182

Please sign in to comment.