From 9b1f09e7baf97df3450dec51d1feb3a9ccd7faee Mon Sep 17 00:00:00 2001 From: TKperson Date: Mon, 26 Dec 2022 14:42:53 -0800 Subject: [PATCH] bump version --- VERSION.txt | 2 +- c-realV2.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 9183195..005119b 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -2.4.0 \ No newline at end of file +2.4.1 diff --git a/c-realV2.py b/c-realV2.py index 29b32a8..6d08e31 100644 --- a/c-realV2.py +++ b/c-realV2.py @@ -51,7 +51,7 @@ # __TITLE__ = "C-REAL" -__VERSION__ = "2.4.0" +__VERSION__ = "2.4.1" __AUTHOR__ = "TKperson" __LICENSE__ = "MIT"