Modify the version (change by error)

This commit is contained in:
nicolargo 2022-11-03 15:42:30 +01:00
parent 894e046adc
commit 1fc5795b1e

View File

@ -19,7 +19,7 @@ import sys
# Global name
# Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version
__version__ = '3.3.1_beta1'
__version__ = '3.3.0.4'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'