From 7c54d8a96c5320072910e3fbf6ff9595721ad998 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 2 Jun 2024 11:37:35 +0200 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5d906a2c..53db92819 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ # When the version is updated, a new section in the CHANGELOG.md file must be # added too. -VERSION = "3.dev" +VERSION = "3.2.1" with open("README.md", encoding="utf-8") as f: long_description = f.read()