From b40ec18f97b0a0c4f917c9c31ce917b3abed0b0a Mon Sep 17 00:00:00 2001 From: Stefan Schneider Date: Mon, 21 Dec 2020 14:56:51 +0100 Subject: [PATCH] update to v2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d24d570ef..8ebefbe7a 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='coord-sim', - version='1.0.0', + version='2.0.0', description='Simulate flow-level, inter-node network coordination including scaling and placement of services and ' 'scheduling/balancing traffic between them.', url='https://github.com/RealVNF/coord-sim',