Skip to content

Commit

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

This pull request prepares for the release of backend version 0.10.5.

### What changed?

The version number in the backend `pyproject.toml` file was incremented to `0.10.5` from `0.10.4`.

### How to test?

After merging this PR, tag the commit with `v0.10.5`. Then, verify the new version is properly reflected in the system.

### Why make this change?

A new version is being released, so the project version number needs to be incremented.

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

0 comments on commit 8b52364

Please sign in to comment.