From 8f2484c77c4df420789e8f3e4fd1eb8d977398c6 Mon Sep 17 00:00:00 2001 From: philnagel Date: Tue, 11 Jun 2024 15:39:30 -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 48b69d0..2dc3aa2 100644 --- a/restapi/_strings.py +++ b/restapi/_strings.py @@ -427,7 +427,7 @@ BASE_PATTERN = 'http*://*/rest/services*' PORTAL_BASE_PATTERN = 'http*://*/sharing/rest*' PORTAL_SERVICES_PATTERN = 'http*://*/sharing/servers/*/rest/services/*' -VERSION = '2.4.7' +VERSION = '2.4.8' PACKAGE_NAME = 'restapi' USER_AGENT = '{}/{} (Python)'.format(PACKAGE_NAME, VERSION) GET = 'GET' diff --git a/setup.py b/setup.py index 025716d..0039a7e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ name = 'bmi-arcgis-restapi' setup(name=name, - version='2.4.7', + version='2.4.8', description='Package for working with ArcGIS REST API', author='Caleb Mackey', author_email='calebma@bolton-menk.com',