We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d70d6 commit cc3ea64Copy full SHA for cc3ea64
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "hstp"
3
-version = "2.1.0"
+version = "2.1.1"
4
description = "hstp build"
5
authors = ["University Radio Nottingham <web@urn1350.net>"]
6
license = "MIT"
@@ -23,4 +23,4 @@ build-backend = "poetry.core.masonry.api"
23
24
[tool.poetry.plugins."console_scripts"]
25
"hstp" = "hstp.__main__:main"
26
-"audioboom-download" = "hstp.audioboom.downloader.__main__:main"
+"audioboom-download" = "hstp.audioboom.downloader.__main__:main"
0 commit comments