File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 112012-11-02 Richard Murray <murray@altura.local>
22
3+ * doc/conf.py, setup.py: updated version number to 0.6c
4+
35 * tests/frd_test.py: unit tests for FRD data type
46 (suite): added suite() function to allow test_all.py to work
57
Original file line number Diff line number Diff line change 6060# The short X.Y version.
6161version = '0.6'
6262# The full version, including alpha/beta/rc tags.
63- release = '0.6b '
63+ release = '0.6c '
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change 44from setuptools import setup
55
66setup (name = 'control' ,
7- version = '0.6b ' ,
7+ version = '0.6c ' ,
88 description = 'Python Control Systems Library' ,
99 author = 'Richard Murray' ,
1010 author_email = 'murray@cds.caltech.edu' ,
You can’t perform that action at this time.
0 commit comments