🔖 chore(SettingManager.py): update version to 1.2.2

The version number in SettingManager.py has been updated to 1.2.2. This is a chore commit as it does not introduce any new features or bug fixes, but rather updates the version number to reflect the current state of the code.
This commit is contained in:
Djalim Simaila 2023-05-26 13:51:37 +02:00
parent f0de315d30
commit 1f35730fbd

View File

@ -19,7 +19,7 @@ class SettingManager:
:ivar instance: The instance of the class
"""
instance = None
version = "1.2.0"
version = "1.2.2"
default_settings = {
'name':'Analyse Morphologique',
'authors':['Djalim Simaila <djalim.simaila@inrae.fr>','Alexis Doghmane <alexis@doghmane.fr>'],