Skip to content

Commit 89b19ab

Browse files
committed
chore: bump version to 0.7.0
1 parent 2ff5eec commit 89b19ab

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.3"
3+
version = "0.7.0"
44
dependencies = [
55
"alembic>=1.18.3",
66
"croniter>=6.0.0",

packages/yubal/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "yubal"
3-
version = "0.6.3"
3+
version = "0.7.0"
44
dependencies = [
55
"ytmusicapi>=1.9.0",
66
"pydantic>=2.0.0",
@@ -25,5 +25,5 @@ requires = ["uv_build>=0.9.23,<0.10.0"]
2525
build-backend = "uv_build"
2626

2727
[tool.uv.sources]
28-
yt-dlp = { git = "https://github.com/yt-dlp/yt-dlp.git", rev = "b8058cdf378cbbf60669b665dea146fb7dc90117" }
2928
ytmusicapi = { git = "https://github.com/sigma67/ytmusicapi.git", rev = "a8a120f37c5363ffb4d36d226c1afb2051bd4d79" }
29+
yt-dlp = { git = "https://github.com/yt-dlp/yt-dlp.git", rev = "b8058cdf378cbbf60669b665dea146fb7dc90117" }

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.3"
3+
version = "0.7.0"
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.3",
4+
"version": "0.7.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",

0 commit comments

Comments
 (0)