Update version in pyproject.toml to v1.1.4 and remove requirements-dev.txt

This commit is contained in:
2025-10-22 13:13:05 +03:00
parent bf211fc176
commit aff5dda8e5
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "yt-playlist-downloader"
version = "0.0.0"
version = "v1.1.4"
description = "YouTube playlist downloader"
readme = "README.md"
authors = [ { name = "Dark_Zoul" } ]
-3
View File
@@ -1,3 +0,0 @@
pytest>=7.0.0
ruff>=0.20.0
black>=23.0.0