From 23d3bda99aa50f99baeb8732d1d0a4e693eab999 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Mon, 20 Mar 2023 10:50:56 +0100 Subject: [PATCH] bump version to 4.7.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5847d16a..c4516c64 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ # note: release candidates should be versioned as a pre-release, e.g. "1.1rc1" # 1.1-rc1 would indicate a post-release, i.e., and update of 1.1, so beware -VERSION = '4.7.0' +VERSION = '4.7.1' # Utility function to read README file