diff --git a/mwcfg b/mwcfg index cfc53be..ce53b27 100755 --- a/mwcfg +++ b/mwcfg @@ -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: diff --git a/setup.py b/setup.py index 6cd2843..1673462 100755 --- a/setup.py +++ b/setup.py @@ -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 = []