diff --git a/restapi/_strings.py b/restapi/_strings.py index db7aed5..72777fc 100644 --- a/restapi/_strings.py +++ b/restapi/_strings.py @@ -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.4.1' +VERSION = '2.4.2' PACKAGE_NAME = 'restapi' USER_AGENT = '{}/{} (Python)'.format(PACKAGE_NAME, VERSION) GET = 'GET' diff --git a/setup.py b/setup.py index 3d21a54..067e043 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ name = 'bmi-arcgis-restapi' setup(name=name, - version='2.4.1', + version='2.4.2', description='Package for working with ArcGIS REST API', author='Caleb Mackey', author_email='calebma@bolton-menk.com',