Skip to content

Commit

Permalink
Fixes #97
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Nov 11, 2024
1 parent 7d67c71 commit d94f4a5
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 127 deletions.
217 changes: 102 additions & 115 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mobsfscan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__title__ = 'mobsfscan'
__authors__ = 'Ajin Abraham'
__copyright__ = f'Copyright {datetime.now().year} Ajin Abraham, OpenSecurity'
__version__ = '0.4.1'
__version__ = '0.4.2'
__version_info__ = tuple(int(i) for i in __version__.split('.'))
__all__ = [
'__title__',
Expand Down
Loading

0 comments on commit d94f4a5

Please sign in to comment.