We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 387bd3e + b87b0ba commit b56829dCopy full SHA for b56829d
pyproject.toml
@@ -1,9 +1,10 @@
1
[tool.poetry]
2
name = "audiostack"
3
-version = "2.9.0"
+version = "2.9.1"
4
description = "Python SDK for Audiostack API"
5
authors = ["Aflorithmic <[email protected]>"]
6
repository = "https://github.com/aflorithmic/audiostack-python"
7
+
8
readme = "README.md"
9
classifiers = [
10
"Programming Language :: Python :: 3",
@@ -12,6 +13,9 @@ classifiers = [
12
13
]
14
exclude = ["audiostack/tests"]
15
16
+[tool.poetry.urls]
17
+Changelog = "https://github.com/aflorithmic/audiostack-python/blob/main/CHANGELOG.md"
18
19
[tool.poetry.dependencies]
20
python = "^3.8.1"
21
requests = "^2.31.0"
0 commit comments