Skip to content

Commit ef56c72

Browse files
Update pyproject.toml [bumped version and created entry point]
1 parent 03abba3 commit ef56c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "dpulse"
7-
version = "1.0.2"
7+
version = "1.0.3"
88
description = "Convenient,fast and user-friendly collector of domain information from Open-Sources"
99
authors = ["OSINT-TECHNOLOGIES <osint.technologies@gmail.com>"]
1010
readme = "README.md"
@@ -44,4 +44,4 @@ xhtml2pdf = "0.2.16"
4444

4545

4646
[tool.poetry.scripts]
47-
dpulse = "dpulse.dpulse:run"
47+
dpulse = 'dpulse.dpulse:run'

0 commit comments

Comments
 (0)