diff --git a/.gitignore b/.gitignore index 88b40d1..2fbe0e2 100644 --- a/.gitignore +++ b/.gitignore @@ -157,3 +157,4 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. .idea/ +test_results diff --git a/setup.py b/setup.py index 22f062e..2b26333 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ url='https://github.com/TaskarCenterAtUW/TDEI-python-lib-osw-validation', install_requires=[ 'jsonschema_rs==0.26.1', - 'zipfile36==0.0.12', + 'zipfile36==0.1.3', 'geopandas==0.14.4' ], packages=find_packages(where='src'), diff --git a/src/python_osw_validation/version.py b/src/python_osw_validation/version.py index 93de59e..6c8aff6 100644 --- a/src/python_osw_validation/version.py +++ b/src/python_osw_validation/version.py @@ -1 +1 @@ -__version__ = '0.2.8' \ No newline at end of file +__version__ = '0.2.9' \ No newline at end of file