From d43d16497ba5fc1fcab98b46fc2c26eb2b038bbd Mon Sep 17 00:00:00 2001 From: HarryLudemann <60420781+HarryLudemann@users.noreply.github.com> Date: Thu, 11 Nov 2021 23:12:05 +1300 Subject: [PATCH] Update version to 0.0.18 --- README.md | 2 +- ngoto/main.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d598f6..f6545bc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Ngoto -[![version-1.3](https://img.shields.io/badge/version-0.0.15-blue)](https://github.com/Datalux/Osintgram/releases/tag/1.3) +[![version-1.3](https://img.shields.io/badge/version-0.0.18-blue)](https://github.com/Datalux/Osintgram/releases/tag/1.3) [![GPLv3](https://img.shields.io/badge/license-GPLv3-blue)](https://img.shields.io/badge/license-GPLv3-blue) [![Python3](https://img.shields.io/badge/language-Python3-blue)](https://img.shields.io/badge/language-Python3-red) [![](https://img.shields.io/badge/Built%20with-❤-blue.svg?style=flat-square)]() diff --git a/ngoto/main.py b/ngoto/main.py index 28c4c5b..a95670e 100644 --- a/ngoto/main.py +++ b/ngoto/main.py @@ -6,7 +6,7 @@ __author__ = 'Harry Ludemann' __maintainer__ = 'Harry Ludemann' -__version__ = '0.0.17' +__version__ = '0.0.18' __license__ = 'GPLv3' from ngoto.utilities import Workplace, Interface, Table, Node, Plugin diff --git a/setup.py b/setup.py index 7cc9c9f..0a955d4 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh: long_description = "\n" + fh.read() -VERSION = '0.0.17' +VERSION = '0.0.18' DESCRIPTION = 'Ngoto module' LONG_DESCRIPTION = 'A python module containing variety red team tools'