ogaruda 2.0__tar.gz → 2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ogaruda-2.0 → ogaruda-2.1}/PKG-INFO +1 -1
- {ogaruda-2.0 → ogaruda-2.1}/ogaruda.egg-info/PKG-INFO +1 -1
- {ogaruda-2.0 → ogaruda-2.1}/ogaruda.py +1 -1
- {ogaruda-2.0 → ogaruda-2.1}/setup.py +1 -1
- {ogaruda-2.0 → ogaruda-2.1}/README.md +0 -0
- {ogaruda-2.0 → ogaruda-2.1}/ogaruda.egg-info/SOURCES.txt +0 -0
- {ogaruda-2.0 → ogaruda-2.1}/ogaruda.egg-info/dependency_links.txt +0 -0
- {ogaruda-2.0 → ogaruda-2.1}/ogaruda.egg-info/entry_points.txt +0 -0
- {ogaruda-2.0 → ogaruda-2.1}/ogaruda.egg-info/requires.txt +0 -0
- {ogaruda-2.0 → ogaruda-2.1}/ogaruda.egg-info/top_level.txt +0 -0
- {ogaruda-2.0 → ogaruda-2.1}/setup.cfg +0 -0
|
@@ -21,7 +21,7 @@ from datetime import datetime
|
|
|
21
21
|
VERSION = "2.0"
|
|
22
22
|
BANNER = r"""
|
|
23
23
|
╔═══════════════════════════════════════════╗
|
|
24
|
-
║ O G A R U D A
|
|
24
|
+
║ O G A R U D A v2.1 ║
|
|
25
25
|
║ The Strongest Tool on Earth ║
|
|
26
26
|
║ 100% Custom · No Dependencies ║
|
|
27
27
|
║ Faster · Smarter · Deadlier ║
|
|
@@ -2,7 +2,7 @@ from setuptools import setup
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="ogaruda",
|
|
5
|
-
version="2.
|
|
5
|
+
version="2.1",
|
|
6
6
|
description="The Strongest Tool on Earth — Faster than Nmap, Smarter than Hydra, Deadlier than Metasploit",
|
|
7
7
|
long_description=open("README.md").read(),
|
|
8
8
|
long_description_content_type="text/markdown",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|