Skip to content

Commit

Permalink
Increment version and specify Restle version
Browse files Browse the repository at this point in the history
  • Loading branch information
dharvey-consbio committed Aug 6, 2021
1 parent 758e8d0 commit 4b7daa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ 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="0.1.4",
version="0.1.5",
packages=[
"clients", "clients.query", "clients.tests", "clients.utils"
],
install_requires=[
"gis-metadata-parser", "parserutils>=1.2.4", "restle",
"gis-metadata-parser", "parserutils>=1.2.4", "restle>=0.5.1",
"Pillow==7.2.*", "pyproj==2.6.1", "python-ags==0.3.2", "sciencebasepy==1.6.4"
],
tests_require=["mock", "requests-mock"],
Expand Down

0 comments on commit 4b7daa1

Please sign in to comment.