From 6719f980594c68ae1580f27eef58c66c124d7543 Mon Sep 17 00:00:00 2001 From: Akeem King Date: Fri, 15 Sep 2023 18:27:11 -0400 Subject: [PATCH] Correct version.py, update pyproject.toml and fix authors array --- pyproject.toml | 4 ++-- torbot/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'