Skip to content

Commit f39dffb

Browse files
committed
Include version information in package
1 parent 60aba3a commit f39dffb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

control/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@
9393
# Exceptions
9494
from .exception import *
9595

96+
# Version information
97+
from control.version import full_version as __version__
98+
from control.version import git_revision as __git_revision__
99+
96100
# Import some of the more common (and benign) MATLAB shortcuts
97101
# By default, don't import conflicting commands here
98102
#! TODO (RMM, 4 Nov 2012): remove MATLAB dependencies from __init__.py

0 commit comments

Comments
 (0)