devel version bump - v0.1.1

This commit is contained in:
Paolo Asperti 2018-02-19 21:21:03 +01:00
parent c27e242007
commit 73121c0ad1
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Contributor: Paolo Asperti <paolo@asperti.com>
# Maintainer: Paolo Asperti <paolo@asperti.com>
pkgname=openpdu
pkgver=0.1
pkgver=0.1.1
pkgrel=1
pkgdesc="OpenPDU project - main binary"
url="https://github.com/openpdu/openpdu"

View File

@ -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 = []