mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-12 21:38:34 +03:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47e0b4c64a | ||
|
|
c4847773a0 | ||
|
|
832e887302 | ||
|
|
8487898f93 | ||
|
|
13efce4f9c |
@@ -4,7 +4,7 @@ from octosuite.config import red, white, green, reset, Tree
|
|||||||
|
|
||||||
# banner.py
|
# banner.py
|
||||||
# This file holds the program's banner and version tag
|
# This file holds the program's banner and version tag
|
||||||
version_tag = "3.0.0"
|
version_tag = "3.0.1"
|
||||||
|
|
||||||
|
|
||||||
def banner():
|
def banner():
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ def octosuite():
|
|||||||
try:
|
try:
|
||||||
run = Octosuite()
|
run = Octosuite()
|
||||||
path_finder()
|
path_finder()
|
||||||
clear_screen()
|
|
||||||
configure_logging()
|
configure_logging()
|
||||||
check_updates()
|
check_updates()
|
||||||
if args.method:
|
if args.method:
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as file:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="octosuite",
|
name="octosuite",
|
||||||
version="3.0.0",
|
version="3.0.1",
|
||||||
author="Richard Mwewa",
|
author="Richard Mwewa",
|
||||||
author_email="rly0nheart@duck.com",
|
author_email="rly0nheart@duck.com",
|
||||||
packages=["octosuite"],
|
packages=["octosuite"],
|
||||||
|
|||||||
Reference in New Issue
Block a user