Skip to content

Commit 6e6bf9f

Browse files
committed
Getting version number of installed library
1 parent e458c67 commit 6e6bf9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ev3dev/core.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
INPUT_AUTO = ''
6262
OUTPUT_AUTO = ''
6363

64+
# Keep the __version__ in sync with the package version in debian/changelog
65+
__version___ = '0.7.0'
66+
6467
# -----------------------------------------------------------------------------
6568
def list_device_names(class_path, name_pattern, **kwargs):
6669

0 commit comments

Comments
 (0)