diff --git a/README.md b/README.md index f6545bc..276f022 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Ngoto -[![version-1.3](https://img.shields.io/badge/version-0.0.18-blue)](https://github.com/Datalux/Osintgram/releases/tag/1.3) +[![version-1.3](https://img.shields.io/badge/version-0.0.19-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 2189142..59c1eba 100644 --- a/ngoto/main.py +++ b/ngoto/main.py @@ -6,7 +6,7 @@ __author__ = 'Harry Ludemann' __maintainer__ = 'Harry Ludemann' -__version__ = '0.0.18' +__version__ = '0.0.19' __license__ = 'GPLv3' from ngoto.utilities import Workplace, Interface, Table, Node, Plugin diff --git a/setup.py b/setup.py index 0a955d4..a182b43 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.18' +VERSION = '0.0.19' DESCRIPTION = 'Ngoto module' LONG_DESCRIPTION = 'A python module containing variety red team tools'