diff --git a/core/lnp.py b/core/lnp.py index 4f1e85a..7567e97 100644 --- a/core/lnp.py +++ b/core/lnp.py @@ -9,7 +9,7 @@ from .json_config import JSONConfiguration -VERSION = '0.7' +VERSION = '0.7.1' lnp = None class PyLNP(object):