From 6343c7304db820f458c7fc3df8f22605ea872fd4 Mon Sep 17 00:00:00 2001 From: GuenterQuast Date: Tue, 8 Oct 2024 15:43:59 +0200 Subject: [PATCH] version 1.2.8 --- PhyPraKit/_version_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhyPraKit/_version_info.py b/PhyPraKit/_version_info.py index cde2ea0..47dec36 100644 --- a/PhyPraKit/_version_info.py +++ b/PhyPraKit/_version_info.py @@ -9,7 +9,7 @@ major = 1 minor = 2 revision = 8 -suffix = "rc2" +suffix = "" def _get_version_tuple():