We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5776965 + 636348f commit 68fbc72Copy full SHA for 68fbc72
.gitignore
@@ -157,3 +157,4 @@ cython_debug/
157
# and can be added to the global gitignore or merged into this file. For a more nuclear
158
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
159
.idea/
160
+test_results
setup.py
@@ -20,7 +20,7 @@
20
url='https://github.com/TaskarCenterAtUW/TDEI-python-lib-osw-validation',
21
install_requires=[
22
'jsonschema_rs==0.26.1',
23
- 'zipfile36==0.0.12',
+ 'zipfile36==0.1.3',
24
'geopandas==0.14.4'
25
],
26
packages=find_packages(where='src'),
src/python_osw_validation/version.py
@@ -1 +1 @@
1
-__version__ = '0.2.8'
+__version__ = '0.2.9'
0 commit comments