Skip to content

Commit

Permalink
bump: version 0.1.96 → 0.1.97
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Jul 6, 2024
1 parent 202105a commit 8b185d8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.1.97 (2024-07-06)

### Fix

- 修复网页控制台设置页面保存报错

## v0.1.96 (2024-07-06)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion newversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

cz bump --check-consistency --increment patch

#git push -u origin main --tags
git push -u origin main --tags
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "xiaomusic"
version = "0.1.96"
version = "0.1.97"
description = "Play Music with xiaomi AI speaker"
authors = [
{name = "涵曦", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion xiaomusic/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.96"
__version__ = "0.1.97"

0 comments on commit 8b185d8

Please sign in to comment.