Skip to content

Commit

Permalink
🔖 Release version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guedesfelipe committed Jul 26, 2022
1 parent 0bc4c36 commit 83bac78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pls-cli"
version = "0.2.0"
version = "0.2.1"
description = ""
authors = ["Felipe Guedes <[email protected]>"]
packages = [{ include = "pls_cli" }]
Expand All @@ -13,7 +13,7 @@ keywords = ["pls", "please", "todo", "cli"]
[tool.poetry.dependencies]
python = "^3.7"
rich = "^12.4.4"
typer = {extras = ["all"], version = "^0.6.1"}
typer = { extras = ["all"], version = "^0.6.1" }

[tool.poetry.dev-dependencies]
pytest = "^7.1"
Expand Down

0 comments on commit 83bac78

Please sign in to comment.