diff --git a/setup.py b/setup.py index 6f0baef..d0e7656 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ keywords="ealgis", url="https://github.com/ealgis/ealgis-data-schema", name="ealgis_data_schema", - version="1.0.0", + version="1.1.0", packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), install_requires=install_requires, )