We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60aba3a commit f39dffbCopy full SHA for f39dffb
control/__init__.py
@@ -93,6 +93,10 @@
93
# Exceptions
94
from .exception import *
95
96
+ # Version information
97
+ from control.version import full_version as __version__
98
+ from control.version import git_revision as __git_revision__
99
+
100
# Import some of the more common (and benign) MATLAB shortcuts
101
# By default, don't import conflicting commands here
102
#! TODO (RMM, 4 Nov 2012): remove MATLAB dependencies from __init__.py
0 commit comments