Skip to content

Commit

Permalink
Bump version to 0.1.5 and add yt-dlp dev dependency
Browse files Browse the repository at this point in the history
- Updated project version from 0.1.4 to 0.1.5
- Added yt-dlp version 2024.7.9 to dependencies
  • Loading branch information
cr2007 committed Jul 10, 2024
1 parent 2d96696 commit d49ee55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cambai"
version = "0.1.4"
version = "0.1.5"
description = "Camb AI API Python Library"
authors = ["Chandrashekhar R <hi.cskhere@gmail.com>"]
readme = "README.md"
Expand All @@ -18,6 +18,7 @@ pylint = "^3.2.5"
pytest = "^8.2.2"
ipykernel = "^6.29.5"
python-dotenv = "^1.0.1"
yt-dlp = "^2024.7.9"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit d49ee55

Please sign in to comment.