修复32位版本无法获取到key的偏移 v2.3.1

This commit is contained in:
xaoyaoo 2023-12-06 17:57:06 +08:00
parent 69915fbe29
commit ac76db92a1

View File

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
version = "2.3.0"
version = "2.3.1"
install_requires = [
"psutil",