diff --git a/setup.py b/setup.py index 094978d5..4b2bcad0 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.3.6" +version = "2.3.5" install_requires = [ "psutil",