Skip to content

Commit 9118246

Browse files
committed
chore: bump version to 0.6.3
1 parent 441c685 commit 9118246

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
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.7.0a1"
3+
version = "0.6.3"
44
dependencies = [
55
"alembic>=1.18.3",
66
"croniter>=6.0.0",

packages/yubal/pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "yubal"
3-
version = "0.7.0a1"
3+
version = "0.6.3"
44
dependencies = [
55
"ytmusicapi>=1.9.0",
66
"pydantic>=2.0.0",
7-
"yt-dlp @ git+https://github.com/yt-dlp/yt-dlp.git@442c90da3ec680037b7d94abf91ec63b2e5a9ade",
7+
"yt-dlp",
88
"pathvalidate>=3.2.0",
99
"rapidfuzz>=3.0.0",
1010
"mediafile>=0.12.0",
@@ -23,3 +23,6 @@ yubal = "yubal.cli:app"
2323
[build-system]
2424
requires = ["uv_build>=0.9.23,<0.10.0"]
2525
build-backend = "uv_build"
26+
27+
[tool.uv.sources]
28+
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.7.0a1"
3+
version = "0.6.3"
44
requires-python = ">=3.12"
55

66
[tool.uv.workspace]

uv.lock

Lines changed: 6 additions & 6 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.7.0-alpha.1",
4+
"version": "0.6.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",

0 commit comments

Comments
 (0)