Skip to content

Commit 8156da6

Browse files
committed
tagged v0.6d and updated version to 0.6e
1 parent 25274ef commit 8156da6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '0.6'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.6d'
63+
release = '0.6e'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup
55

66
setup(name = 'control',
7-
version = '0.6d',
7+
version = '0.6e',
88
description = 'Python Control Systems Library',
99
author = 'Richard Murray',
1010
author_email = 'murray@cds.caltech.edu',

0 commit comments

Comments
 (0)