Skip to content

Commit 2e4c3b0

Browse files
committed
chore: bump version to 0.6.1
1 parent 972306d commit 2e4c3b0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

packages/api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "yubal-api"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
dependencies = [
55
"alembic>=1.18.3",
66
"croniter>=6.0.0",

packages/yubal/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "yubal"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
dependencies = [
55
"ytmusicapi>=1.9.0",
66
"pydantic>=2.0.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "yubal-workspace"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
requires-python = ">=3.12"
55

66
[tool.uv.workspace]

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yubal-web",
33
"private": true,
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",

0 commit comments

Comments
 (0)