change version to 0.2.1

This commit is contained in:
2024-03-24 12:10:20 +01:00
parent f3a68d0dee
commit 627c91e71a

View File

@@ -11,7 +11,7 @@ from src.pluginregistry import PluginRegistry
import gettext import gettext
from src.ui.icon import Icon from src.ui.icon import Icon
__version__ = '0.2.0' __version__ = '0.2.1'
gettext.install('krowlog', 'locale') gettext.install('krowlog', 'locale')