Skip to content

Commit f41a126

Browse files
committed
updated version number in setup py
1 parent 7289faa commit f41a126

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
#!/usr/bin/env python
12
from setuptools import setup
23

34
setup(
45
name='mpcpy',
5-
version='0.0.2',
6+
version='0.1.0',
67
license='GNU GENERAL PUBLIC LICENSE',
78
description='A package to run mpc simulations in Python with Dymola or other simulation packages',
89
url='https://github.com/BrechtBa/mpcpy',

0 commit comments

Comments
 (0)