From 57cc3def50c1dec713394ea0ca128a58b0ad4438 Mon Sep 17 00:00:00 2001 From: JeanExtreme002 Date: Fri, 19 Jan 2024 21:32:52 -0300 Subject: [PATCH] changed version --- PyMemoryEditor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyMemoryEditor/__init__.py b/PyMemoryEditor/__init__.py index 0e8d709..f55c877 100644 --- a/PyMemoryEditor/__init__.py +++ b/PyMemoryEditor/__init__.py @@ -8,7 +8,7 @@ """ __author__ = "Jean Loui Bernard Silva de Jesus" -__version__ = "1.5.20g" +__version__ = "1.5.20" from .enums import ScanTypesEnum from .process.errors import ClosedProcess, ProcessIDNotExistsError, ProcessNotFoundError