Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
c3rb3ru5 committed May 1, 2021
1 parent 10b12f1 commit 52c3852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mwcfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ from malduck.extractor import ExtractManager, ExtractorModules
log = logging.getLogger(__name__)

__author__ = 'c3rb3ru5'
__version__ = '1.0.0'
__version__ = '1.0.1'

def extract_config_worker(modules, file_path):
if os.stat(file_path).st_size != 0:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from distutils.core import setup, find_packages

__author__ = 'c3r3b3ru5'
__version__ = '1.0.0'
__version__ = '1.0.1'

def get_requirements(default):
result = []
Expand Down

0 comments on commit 52c3852

Please sign in to comment.