1 parent 25274ef commit 8156da6Copy full SHA for 8156da6
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.6d'
+release = '0.6e'
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.6d',
+ version = '0.6e',
8
description = 'Python Control Systems Library',
9
author = 'Richard Murray',
10
author_email = 'murray@cds.caltech.edu',
0 commit comments