Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
philnagel committed Aug 9, 2023
1 parent 641f71d commit ca62064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion restapi/_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
BASE_PATTERN = 'http*://*/rest/services*'
PORTAL_BASE_PATTERN = 'http*://*/sharing/rest*'
PORTAL_SERVICES_PATTERN = 'http*://*/sharing/servers/*/rest/services/*'
VERSION = '2.3.10'
VERSION = '2.3.11'
PACKAGE_NAME = 'restapi'
USER_AGENT = '{}/{} (Python)'.format(PACKAGE_NAME, VERSION)
GET = 'GET'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name = 'bmi-arcgis-restapi'

setup(name=name,
version='2.3.10',
version='2.3.11',
description='Package for working with ArcGIS REST API',
author='Caleb Mackey',
author_email='[email protected]',
Expand Down

0 comments on commit ca62064

Please sign in to comment.