diff --git a/src/analyzeMFT/__init__.py b/src/analyzeMFT/__init__.py index b913217..22b41bf 100644 --- a/src/analyzeMFT/__init__.py +++ b/src/analyzeMFT/__init__.py @@ -1,3 +1,4 @@ +import asyncio from .windows_time import WindowsTime from .mft_record import MftRecord from .mft_analyzer import MftAnalyzer diff --git a/src/analyzeMFT/constants.py b/src/analyzeMFT/constants.py index 6948e02..dddbefa 100644 --- a/src/analyzeMFT/constants.py +++ b/src/analyzeMFT/constants.py @@ -1,4 +1,4 @@ -VERSION = '3.0.6.2' +VERSION = '3.0.6.3' # File Record Flags FILE_RECORD_IN_USE = 0x0001