We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7289faa commit f41a126Copy full SHA for f41a126
1 file changed
setup.py
@@ -1,8 +1,9 @@
1
+#!/usr/bin/env python
2
from setuptools import setup
3
4
setup(
5
name='mpcpy',
- version='0.0.2',
6
+ version='0.1.0',
7
license='GNU GENERAL PUBLIC LICENSE',
8
description='A package to run mpc simulations in Python with Dymola or other simulation packages',
9
url='https://github.com/BrechtBa/mpcpy',
0 commit comments