From 2d9e737499493ec14957a4b39fe5230ff048d7e7 Mon Sep 17 00:00:00 2001 From: Michael Madsen Date: Thu, 19 Jul 2018 20:19:31 +0200 Subject: [PATCH] Bump version number to 0.13a --- core/lnp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lnp.py b/core/lnp.py index 524f367..ffd84bb 100755 --- a/core/lnp.py +++ b/core/lnp.py @@ -9,7 +9,7 @@ from .json_config import JSONConfiguration -VERSION = '0.13' +VERSION = '0.13a' # pylint:disable=too-many-instance-attributes