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