diff --git a/PyMemoryEditor/__init__.py b/PyMemoryEditor/__init__.py index 6f03310..e99021b 100644 --- a/PyMemoryEditor/__init__.py +++ b/PyMemoryEditor/__init__.py @@ -8,7 +8,7 @@ """ __author__ = "Jean Loui Bernard Silva de Jesus" -__version__ = "3.0.0" +__version__ = "3.0.1" import logging import sys diff --git a/docs/conf.py b/docs/conf.py index 238fe59..934f9bd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ try: from PyMemoryEditor import __version__ as release except Exception: # pragma: no cover - docs can build without the package installed - release = "2.0.0" + release = "3.0.1" version = ".".join(release.split(".")[:2])