diff --git a/setup.py b/setup.py index 2b37942..956bc7b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() -version = "2.4.1" +version = "2.4.2" install_requires = [ "pymem",