From 7dbeeecb63f23fc3322afe87761e3157c3bded35 Mon Sep 17 00:00:00 2001 From: davidmunoznovoa Date: Wed, 23 Oct 2024 14:39:37 +0200 Subject: [PATCH] Bump to v3.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1816082..ee8999f 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='cchloader', - version='3.1.0', + version='3.2.0', packages=find_packages(), url='https://github.com/gisce/cchloader', license='GPLv3',