Skip to content

Commit 21b4508

Browse files
committed
Getting version number of installed library (fixed typo)
1 parent 6e6bf9f commit 21b4508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ev3dev/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
OUTPUT_AUTO = ''
6363

6464
# Keep the __version__ in sync with the package version in debian/changelog
65-
__version___ = '0.7.0'
65+
__version__ = '0.7.0'
6666

6767
# -----------------------------------------------------------------------------
6868
def list_device_names(class_path, name_pattern, **kwargs):

0 commit comments

Comments
 (0)