Set version to Beta 2

This commit is contained in:
Sergio Costas 2014-12-07 19:16:26 +01:00
parent d830276387
commit ec3d9efc61
2 changed files with 8 additions and 1 deletions

View file

@ -35,7 +35,7 @@ class configuration(GObject.GObject):
def __init__(self):
GObject.GObject.__init__(self)
self.version = "0.1 Beta 1"
self.version = "0.1 Beta 2"
def fill_config(self):