Skip to content

Commit 6ba6a0f

Browse files
authored
Merge pull request #294 from DedSecInside/3.1.2
Correct version.py, update pyproject.toml and fix authors array
2 parents 289429f + 6719f98 commit 6ba6a0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tool.poetry]
22
name = "torbot"
3-
version = "3.1.1"
3+
version = "3.1.2"
44
description = "OSINT for the dark web"
5-
authors = ["Akeem King <[email protected]>, PS Narayanan <[email protected]>"]
5+
authors = ["Akeem King <[email protected]>", "PS Narayanan <[email protected]>"]
66
license = "GNU GPL"
77
include = [".env"]
88

torbot/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.1.0'
1+
__version__ = '3.1.2'

0 commit comments

Comments
 (0)