Skip to content

Commit e9200d1

Browse files
fix: version bump
1 parent b4080d6 commit e9200d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
package:
55
name: "{{ name|lower }}"
66
# version: "{{ environ.get('GIT_DESCRIBE_TAG', '') }}"
7-
version: "1.3.1"
7+
version: "1.3.2"
88

99
source:
1010
git_url: https://github.com/Loop3D/map2loop-2

map2loop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# import map2loop
99
# map2loop._clut_path = newpath
1010

11-
__version__ = "1.3.1"
11+
__version__ = "1.3.2"
1212

1313
geology_loopdata = {
1414
"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",

0 commit comments

Comments
 (0)