From fb8cf26c5106455d7301f7ddcf75d53aeb3d1655 Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Mon, 12 Nov 2012 18:34:27 +0200 Subject: [PATCH] release 0.7.4 --- app/solaar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/solaar.py b/app/solaar.py index 82cd8ae3..27be26ea 100644 --- a/app/solaar.py +++ b/app/solaar.py @@ -1,7 +1,7 @@ #!/usr/bin/env python -u NAME = 'Solaar' -VERSION = '0.7.3' +VERSION = '0.7.4' __author__ = "Daniel Pavel " __version__ = VERSION __license__ = "GPL"