From 41023f79eeb5bad1e74f7a8830ffc0cbfa638195 Mon Sep 17 00:00:00 2001 From: Michael Madsen Date: Tue, 6 Jan 2015 20:53:11 +0100 Subject: [PATCH] Bump version number to 0.9 --- core/lnp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lnp.py b/core/lnp.py index 76a8c07..877cd25 100644 --- a/core/lnp.py +++ b/core/lnp.py @@ -9,7 +9,7 @@ from .json_config import JSONConfiguration -VERSION = '0.8b' +VERSION = '0.9' lnp = None class PyLNP(object):