Skip to content

Commit 18975c5

Browse files
authored
Merge pull request python-control#833 from murrayrm/version_fix-31Dec2022
remove __commit__ from version test
2 parents a4fa027 + d26e84b commit 18975c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
# Version information
8181
try:
82-
from ._version import __version__, __commit__
82+
from ._version import __version__
8383
except ImportError:
8484
__version__ = "dev"
8585

0 commit comments

Comments
 (0)