diff --git a/setup.py b/setup.py index 663a6e3..7e0dee7 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ MSGSPEC_VERSION = '0.18.6' setup(name='pysdato', - version='0.0.7', + version='0.0.8', python_requires='>=3.9', description='Simple JSON file storage for Python dataclasses and pydantic models, thread and multiprocess safe', long_description=README,