From 80fd93132452442c1278b67d8c1499c73ae9c83b Mon Sep 17 00:00:00 2001 From: Ian Ward Date: Thu, 4 Apr 2024 11:30:38 -0400 Subject: [PATCH] tag ckanapi-4.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 77e8356..856e689 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='ckanapi', - version='4.7', + version='4.8', description= 'A command line interface and Python module for ' 'accessing the CKAN Action API',