Skip to content

Commit c309fcb

Browse files
committed
Version 2.3.0
1 parent 742e0f2 commit c309fcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mapservice-clientlib"
3-
version = "2.2.1"
3+
version = "2.3.0"
44
description = "Library to query mapservices including ArcGIS, THREDDS, WMS and ScienceBase"
55
authors = ["dharvey-consbio <[email protected]>"]
66
keywords = ["arcgis", "thredds", "ncwms", "wms", "sciencebase", "geospatial", "gis", "mapservice", "map service", "clients", "mapservice_clientlib"]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run(self):
2828
long_description=long_description,
2929
long_description_content_type="text/markdown",
3030
keywords="arcgis,thredds,ncwms,wms,sciencebase,geospatial,gis,mapservice,map service,clients,mapservice_clientlib",
31-
version="2.2.1",
31+
version="2.3.0",
3232
packages=[
3333
"clients", "clients.query", "clients.utils"
3434
],

0 commit comments

Comments
 (0)