From 55d58a0db6c3b15607378780293fffab45afede2 Mon Sep 17 00:00:00 2001 From: philnagel Date: Thu, 7 Sep 2023 09:25:44 -0500 Subject: [PATCH] chore: bump version --- restapi/_strings.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/restapi/_strings.py b/restapi/_strings.py index 69c542d..db7aed5 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.0' +VERSION = '2.4.1' PACKAGE_NAME = 'restapi' USER_AGENT = '{}/{} (Python)'.format(PACKAGE_NAME, VERSION) GET = 'GET' diff --git a/setup.py b/setup.py index 2c5a4a2..3d21a54 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ name = 'bmi-arcgis-restapi' setup(name=name, - version='2.4.0', + version='2.4.1', description='Package for working with ArcGIS REST API', author='Caleb Mackey', author_email='calebma@bolton-menk.com',