From 253ef42edae4f1e2365cf84d1ef5ee66ab1afd97 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 12 Nov 2019 15:12:23 +0100 Subject: [PATCH] python: match version of python module with version of C/C++ code --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 0cdfb202d..30bb9f711 100644 --- a/python/setup.py +++ b/python/setup.py @@ -7,7 +7,7 @@ with open('README.md') as f: setup( name = 'villas-node', - version = '0.6.5', + version = '0.9.0', author = 'Steffen Vogel', author_email = 'acs-software@eonerc.rwth-aachen.de', description = 'Python-support for VILLASnode simulation-data gateway',