Skip to content

Commit

Permalink
πŸ”– release version [email protected] (#134)
Browse files Browse the repository at this point in the history
### TL;DR

Release new patch version 0.10.6 for the backend.

### What changed?

The version of the backend in `pyproject.toml` has been updated to `0.10.6`.

### How to test?

Checkout to the release branch and run the backend locally. Make sure all routes/services are working as expected.

### Why make this change?

This change is made to release the latest features/fixes carried out in the backend.

---
  • Loading branch information
mingi3314 authored May 19, 2024
1 parent 5da5964 commit 4e36ff6
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.10.5"
version = "0.10.6"
description = "Python Rebalancer"
authors = ["Minki Kim <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 4e36ff6

Please sign in to comment.