From db1621dbace15bbfa7512aacfebcbdd823039cd3 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 3 Sep 2019 21:05:43 +0200 Subject: [PATCH] python: bump and upload new version to pypi.org --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index f2259cdeb..0cdfb202d 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.4.1', + version = '0.6.5', author = 'Steffen Vogel', author_email = 'acs-software@eonerc.rwth-aachen.de', description = 'Python-support for VILLASnode simulation-data gateway',