We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5bba7 commit ac020f6Copy full SHA for ac020f6
2 files changed
ChangeLog
@@ -1,3 +1,9 @@
1
+2011-04-02 Richard Murray <murray@malabar.local>
2
+
3
+ * setup.py: updated version number to 0.4c
4
5
+---- control-0.4b released -----
6
7
2011-04-02 Richard Murray <murray@malabar.local>
8
9
* src/__init__.py: removed import of tests module (moved to tests/)
setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='control',
- version='0.4b',
+ version='0.4c',
description='Python Control Systems Library',
author='Richard Murray',
author_email='murray@cds.caltech.edu',
0 commit comments