diff --git a/APKBUILD b/APKBUILD index 34ac55d..a98b43c 100644 --- a/APKBUILD +++ b/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Paolo Asperti # Maintainer: Paolo Asperti pkgname=openpdu -pkgver=0.1 +pkgver=0.1.1 pkgrel=1 pkgdesc="OpenPDU project - main binary" url="https://github.com/openpdu/openpdu" diff --git a/openpdu b/openpdu index 923f36a..19456cd 100755 --- a/openpdu +++ b/openpdu @@ -11,7 +11,7 @@ import time import ConfigParser import json as JSON -VERSION = 0.1 +VERSION = '0.1.1' boardsDefaults = {} outletsDefaults = {'description': 'Generic outlet','startpower':0} _boards = []