Compare commits

..

5 Commits
3.0.0 ... 3.0.1

Author SHA1 Message Date
Richard Mwewa
47e0b4c64a Update banner.py 2023-01-16 21:02:30 +02:00
Richard Mwewa
c4847773a0 Update setup.py 2023-01-16 21:01:19 +02:00
Richard Mwewa
832e887302 Update main.py 2023-01-16 21:00:46 +02:00
Richard Mwewa
8487898f93 Merge pull request #8 from bellingcat/dev
Update octosuite.py
2023-01-02 22:32:13 +02:00
Richard Mwewa
13efce4f9c Update octosuite.py 2022-12-31 23:43:28 +02:00
3 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ from octosuite.config import red, white, green, reset, Tree
# banner.py
# This file holds the program's banner and version tag
version_tag = "3.0.0"
version_tag = "3.0.1"
def banner():

View File

@@ -6,7 +6,6 @@ def octosuite():
try:
run = Octosuite()
path_finder()
clear_screen()
configure_logging()
check_updates()
if args.method:

View File

@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as file:
setuptools.setup(
name="octosuite",
version="3.0.0",
version="3.0.1",
author="Richard Mwewa",
author_email="rly0nheart@duck.com",
packages=["octosuite"],