Skip to content

Commit

Permalink
Merge pull request #294 from DedSecInside/3.1.2
Browse files Browse the repository at this point in the history
Correct version.py, update pyproject.toml and fix authors array
  • Loading branch information
KingAkeem authored Sep 15, 2023
2 parents 289429f + 6719f98 commit 6ba6a0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <akeemtlking@gmail.com>, PS Narayanan <thepsnarayanan@gmail.com>"]
authors = ["Akeem King <akeemtlking@gmail.com>", "PS Narayanan <thepsnarayanan@gmail.com>"]
license = "GNU GPL"
include = [".env"]

Expand Down
2 changes: 1 addition & 1 deletion torbot/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.0'
__version__ = '3.1.2'

0 comments on commit 6ba6a0f

Please sign in to comment.