Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyThomsonMonash committed Nov 28, 2023
1 parent f3f5438 commit f5c95e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion map2loop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f5c95e2

Please sign in to comment.