Skip to content

Commit

Permalink
Update pyproject.toml (#27)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update __init__.py
  • Loading branch information
Rishang authored Feb 11, 2023
1 parent 1602077 commit 43e15f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InstallRelease/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.8"
__version__ = "0.2.9"
2 changes: 1 addition & 1 deletion 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.2.8"
version = "0.2.9"
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 Down

0 comments on commit 43e15f5

Please sign in to comment.