From 765aa9bbdfb7c4e99e97c6e604be12c48f11d500 Mon Sep 17 00:00:00 2001 From: Eric Turgeon <4249848+ericbsd@users.noreply.github.com> Date: Wed, 26 Feb 2025 18:24:26 -0400 Subject: [PATCH] Fixed version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c7aff9e..09a442b 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # to update i18n .mo files (and merge .pot file into .po files) run on Linux: # python setup.py build_i18n -m'' -__VERSION__ = '6.3' +__VERSION__ = '6.2' PROGRAM_VERSION = __VERSION__ prefix = sys.prefix