Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryLudemann committed Nov 11, 2021
1 parent 41c0ae4 commit 52e8cb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)]()
Expand Down
2 changes: 1 addition & 1 deletion ngoto/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 52e8cb8

Please sign in to comment.