Skip to content

Commit d94f4a5

Browse files
committed
Fixes #97
1 parent 7d67c71 commit d94f4a5

File tree

5 files changed

+130
-127
lines changed

5 files changed

+130
-127
lines changed

Pipfile.lock

+102-115
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobsfscan/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__title__ = 'mobsfscan'
77
__authors__ = 'Ajin Abraham'
88
__copyright__ = f'Copyright {datetime.now().year} Ajin Abraham, OpenSecurity'
9-
__version__ = '0.4.1'
9+
__version__ = '0.4.2'
1010
__version_info__ = tuple(int(i) for i in __version__.split('.'))
1111
__all__ = [
1212
'__title__',

0 commit comments

Comments
 (0)