Skip to content

Commit

Permalink
release: bump version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thelicato committed Jan 15, 2024
1 parent e06a561 commit 79a5ef4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "topmostp"
version = "0.1.8"
version = "0.1.9"
description = "A simple CLI tool to retrieve the N top most used ports"
authors = ["SecSI <dev@secsi.io>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/cybersecsi/topmostp"
packages = [{include = "topmostp"}]
packages = [{ include = "topmostp" }]

[tool.poetry.dependencies]
python = "^3.8"
Expand All @@ -19,4 +19,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
topmostp = 'topmostp.main:app'
topmostp = 'topmostp.main:app'

0 comments on commit 79a5ef4

Please sign in to comment.