Skip to content

Commit f11d7d7

Browse files
authored
Merge pull request #208 from dwalton76/develop
Getting version number of installed library
2 parents eca9cdb + 21b4508 commit f11d7d7

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)