mirror of
https://github.com/Emersont1/itchio.git
synced 2026-03-11 08:54:39 +00:00
Version bump
This commit is contained in:
parent
5ac9e85ecd
commit
64673b7ed2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "itchiodl"
|
||||
version = "1.2.1"
|
||||
version = "2.0.0"
|
||||
description = "Python Scripts for downloading / archiving your itchio library"
|
||||
authors = ["Peter Taylor <me@et1.uk>"]
|
||||
license = "MIT"
|
||||
|
|
@ -22,4 +22,4 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry.plugins."console_scripts"]
|
||||
"itch-download" = "itchiodl.downloader.__main__:main"
|
||||
"itch-load-bundle" = "itchiodl.bundle_tool.__main__:main"
|
||||
"itch-load-bundle" = "itchiodl.bundle_tool.__main__:main"
|
||||
|
|
|
|||
Loading…
Reference in a new issue