Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
P403n1x87 committed Oct 9, 2020
1 parent 65a1360 commit 852a00e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

[tool.poetry]
name = "austin-tui"
version = "0.1.0"
version = "0.1.1"
description = "The top-like text-based user interface for Austin"
license = "GPL-3.0-or-later"
authors = ["Gabriele N. Tornetta <[email protected]>"]
Expand All @@ -41,6 +41,9 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
packages = [
{ include = "austin_tui" },
]

[tool.poetry.scripts]
austin-tui = "austin_tui.__main__:main"
Expand Down

0 comments on commit 852a00e

Please sign in to comment.