Skip to content

Commit

Permalink
πŸ”– release version 0.9.7 (#110)
Browse files Browse the repository at this point in the history
### TL;DR

This change bumps the package version from 0.9.6 to 0.9.7.

### What changed?

The version number in `pyproject.toml` is increased.

### How to test?

After merging the PR, check that the new version is correctly reflected on the package delivery platforms.

### Why make this change?

A new version release is justified by recent changes to our codebase.

---
  • Loading branch information
mingi3314 authored Mar 31, 2024
1 parent baaa04c commit 477f9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyrb"
version = "0.9.6"
version = "0.9.7"
description = "Python Rebalancer"
authors = ["Minki Kim <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 477f9d2

Please sign in to comment.