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',