Skip to content

Commit

Permalink
Update pyproject.toml [bumped version and created entry point]
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Jun 22, 2024
1 parent 03abba3 commit ef56c72
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
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "dpulse"
version = "1.0.2"
version = "1.0.3"
description = "Convenient,fast and user-friendly collector of domain information from Open-Sources"
authors = ["OSINT-TECHNOLOGIES <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -44,4 +44,4 @@ xhtml2pdf = "0.2.16"


[tool.poetry.scripts]
dpulse = "dpulse.dpulse:run"
dpulse = 'dpulse.dpulse:run'

0 comments on commit ef56c72

Please sign in to comment.