diff --git a/app/solaar.py b/app/solaar.py index bfc1e93b..94a171f1 100644 --- a/app/solaar.py +++ b/app/solaar.py @@ -3,7 +3,7 @@ from __future__ import absolute_import, division, print_function, unicode_literals NAME = 'Solaar' -VERSION = '0.8.3' +VERSION = '0.8.4' __author__ = "Daniel Pavel " __version__ = VERSION __license__ = "GPL"