From 39557c4314b9e1e3e6c03afce0c7bcbcb47fc6ae Mon Sep 17 00:00:00 2001 From: sujata-m Date: Thu, 28 Nov 2024 16:35:35 +0530 Subject: [PATCH] Updated pipeline --- .gitignore | 1 + setup.py | 2 +- src/python_osw_validation/version.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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