diff --git a/conda/meta.yaml b/conda/meta.yaml index ea3fd92..7cf7418 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -4,7 +4,7 @@ package: name: "{{ name|lower }}" # version: "{{ environ.get('GIT_DESCRIBE_TAG', '') }}" - version: "1.3.7" + version: "1.3.8" source: git_url: https://github.com/Loop3D/map2loop-2 diff --git a/map2loop/__init__.py b/map2loop/__init__.py index 3298926..583d3eb 100644 --- a/map2loop/__init__.py +++ b/map2loop/__init__.py @@ -8,7 +8,7 @@ # import map2loop # map2loop._clut_path = newpath -__version__ = "1.3.7" +__version__ = "1.3.8" geology_loopdata = { "WA": "http://13.211.217.129:8080/geoserver/loop/wfs?service=WFS&version=1.0.0&request=GetFeature&typeName=loop:500k_geol_28350&bbox={BBOX_STR}&srs=EPSG:28350&outputFormat=shape-zip",