Skip to content

Commit

Permalink
updated version number in setup py
Browse files Browse the repository at this point in the history
  • Loading branch information
BrechtBa committed May 10, 2016
1 parent 7289faa commit f41a126
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit f41a126

Please sign in to comment.