diff --git a/pyproject.toml b/pyproject.toml index b7994286..a975e7fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "torbot" -version = "3.1.1" +version = "3.1.2" description = "OSINT for the dark web" -authors = ["Akeem King , PS Narayanan "] +authors = ["Akeem King ", "PS Narayanan "] license = "GNU GPL" include = [".env"] diff --git a/torbot/version.py b/torbot/version.py index a33997dd..f71b21a5 100644 --- a/torbot/version.py +++ b/torbot/version.py @@ -1 +1 @@ -__version__ = '2.1.0' +__version__ = '3.1.2'