We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf269e5 commit 927561dCopy full SHA for 927561d
2 files changed
doc/conf.py
@@ -60,7 +60,7 @@
60
# The short X.Y version.
61
version = '0.6'
62
# The full version, including alpha/beta/rc tags.
63
-release = '0.6c'
+release = '0.6d'
64
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
# for a list of supported languages.
setup.py
@@ -4,7 +4,7 @@
4
from setuptools import setup
5
6
setup(name = 'control',
7
- version = '0.6c',
+ version = '0.6d',
8
description = 'Python Control Systems Library',
9
author = 'Richard Murray',
10
author_email = 'murray@cds.caltech.edu',
0 commit comments