Skip to content

Commit 68fbc72

Browse files
authored
Merge pull request #31 from TaskarCenterAtUW/develop
Develop to Main
2 parents 5776965 + 636348f commit 68fbc72

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,4 @@ cython_debug/
157157
# and can be added to the global gitignore or merged into this file. For a more nuclear
158158
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
159159
.idea/
160+
test_results

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
url='https://github.com/TaskarCenterAtUW/TDEI-python-lib-osw-validation',
2121
install_requires=[
2222
'jsonschema_rs==0.26.1',
23-
'zipfile36==0.0.12',
23+
'zipfile36==0.1.3',
2424
'geopandas==0.14.4'
2525
],
2626
packages=find_packages(where='src'),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.8'
1+
__version__ = '0.2.9'

0 commit comments

Comments
 (0)