From 4ff71bc8074213484eda89e21fc8cc98494bff65 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Fri, 1 Feb 2019 10:53:17 +0100 Subject: [PATCH] reset version of libtrbnet_python to 1.0.dev0 --- libtrbnet_python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtrbnet_python/setup.py b/libtrbnet_python/setup.py index 2ac7c1c..691ef76 100644 --- a/libtrbnet_python/setup.py +++ b/libtrbnet_python/setup.py @@ -15,7 +15,7 @@ except (ImportError, IOError, RuntimeError) as e: LDESC = '' setup(name='trbnet', - version = '1.0.2', + version = '1.0.dev0', description = 'Interface to TrbNet (wrapping libtrbnet.so with ctypes)', long_description = LDESC, author = 'Philipp Klaus', -- 2.43.0