Skip to content

Commit b56829d

Browse files
Merge pull request #71 from aflorithmic/fix/changelog
Fix/changelog
2 parents 387bd3e + b87b0ba commit b56829d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[tool.poetry]
22
name = "audiostack"
3-
version = "2.9.0"
3+
version = "2.9.1"
44
description = "Python SDK for Audiostack API"
55
authors = ["Aflorithmic <[email protected]>"]
66
repository = "https://github.com/aflorithmic/audiostack-python"
7+
78
readme = "README.md"
89
classifiers = [
910
"Programming Language :: Python :: 3",
@@ -12,6 +13,9 @@ classifiers = [
1213
]
1314
exclude = ["audiostack/tests"]
1415

16+
[tool.poetry.urls]
17+
Changelog = "https://github.com/aflorithmic/audiostack-python/blob/main/CHANGELOG.md"
18+
1519
[tool.poetry.dependencies]
1620
python = "^3.8.1"
1721
requests = "^2.31.0"

0 commit comments

Comments
 (0)