From a403c3b59646129d05413b17dc1093ff5d1532bf Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Sat, 1 Dec 2012 23:32:51 +0200 Subject: [PATCH] release 0.8.1 --- app/solaar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/solaar.py b/app/solaar.py index aef57a2d..89844f15 100644 --- a/app/solaar.py +++ b/app/solaar.py @@ -1,7 +1,7 @@ #!/usr/bin/env python -u NAME = 'Solaar' -VERSION = '0.8.0' +VERSION = '0.8.1' __author__ = "Daniel Pavel " __version__ = VERSION __license__ = "GPL"