From 2219dbc1ef8632eee71287c6d4b5d695fbbefc29 Mon Sep 17 00:00:00 2001 From: Michael Madsen Date: Mon, 19 Jun 2017 19:00:12 +0200 Subject: [PATCH] Bump version number to 0.12c --- core/lnp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lnp.py b/core/lnp.py index 09bd325..6de41d2 100644 --- a/core/lnp.py +++ b/core/lnp.py @@ -9,7 +9,7 @@ from .json_config import JSONConfiguration -VERSION = '0.12b' +VERSION = '0.12c' # pylint:disable=too-many-instance-attributes