Skip to content

Commit

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

Update the version of PyRB from 0.9.7 to 0.10.0

### What changed?

The version in `pyproject.toml` is updated in this pull request.

### How to test?

Verify the version number in `pyproject.toml` matches with the version specified in this PR.

### Why make this change?

The version bump is likely due to new features, improvements, or bugfixes in the application that warrant a new release.

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

0 comments on commit f7daf06

Please sign in to comment.