Skip to content

Commit

Permalink
v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishang committed Jun 5, 2023
1 parent 8cd498d commit d7a3789
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 73 deletions.
2 changes: 1 addition & 1 deletion InstallRelease/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.3"
__version__ = "0.3.5"
142 changes: 72 additions & 70 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ in-project = true

[tool.poetry]
name = "install-release"
version = "0.3.4"
version = "0.3.5"
readme = "README.md"
description = "A cli tool to install tools based on your device info directly from github releases and keep them updated."
authors = ["Rishang <[email protected]>"]
Expand All @@ -21,7 +21,7 @@ python = ">=3.8,<4.0"
rich = "*"
requests = "*"
python-magic = "^0.4.27"
typer = ">=0.7.0,<0.8.0"
typer = ">=0.9.0,<0.14.0"

[tool.poetry.scripts]
install-release = "InstallRelease.cli:app"
Expand Down

0 comments on commit d7a3789

Please sign in to comment.