Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmolnar committed Oct 4, 2022
1 parent 2be8e5f commit 7d6b986
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions clients/__init__.py
@@ -0,0 +1 @@
__version__ = '2.2.0'
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mapservice-clientlib"
version = "2.1"
version = "2.2.0"
description = "Library to query mapservices including ArcGIS, THREDDS, WMS and ScienceBase"
authors = ["dharvey-consbio <dani.harvey@consbio.org>"]
keywords = ["arcgis", "thredds", "ncwms", "wms", "sciencebase", "geospatial", "gis", "mapservice", "map service", "clients", "mapservice_clientlib"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@ def run(self):
long_description=long_description,
long_description_content_type="text/markdown",
keywords="arcgis,thredds,ncwms,wms,sciencebase,geospatial,gis,mapservice,map service,clients,mapservice_clientlib",
version="2.1",
version="2.2.0",
packages=[
"clients", "clients.query", "clients.utils"
],
Expand Down

0 comments on commit 7d6b986

Please sign in to comment.