We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03abba3 commit ef56c72Copy full SHA for ef56c72
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "dpulse"
7
-version = "1.0.2"
+version = "1.0.3"
8
description = "Convenient,fast and user-friendly collector of domain information from Open-Sources"
9
authors = ["OSINT-TECHNOLOGIES <osint.technologies@gmail.com>"]
10
readme = "README.md"
@@ -44,4 +44,4 @@ xhtml2pdf = "0.2.16"
44
45
46
[tool.poetry.scripts]
47
-dpulse = "dpulse.dpulse:run"
+dpulse = 'dpulse.dpulse:run'
0 commit comments