From f41a12669712ca25acb6cf8dc9d05c5b8b3ff22d Mon Sep 17 00:00:00 2001 From: brecht Date: Tue, 10 May 2016 15:04:47 +0200 Subject: [PATCH] updated version number in setup py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1314f7b..9640f4b 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,9 @@ +#!/usr/bin/env python from setuptools import setup setup( name='mpcpy', - version='0.0.2', + version='0.1.0', license='GNU GENERAL PUBLIC LICENSE', description='A package to run mpc simulations in Python with Dymola or other simulation packages', url='https://github.com/BrechtBa/mpcpy',