We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e458c67 commit 6e6bf9fCopy full SHA for 6e6bf9f
1 file changed
ev3dev/core.py
@@ -61,6 +61,9 @@
61
INPUT_AUTO = ''
62
OUTPUT_AUTO = ''
63
64
+# Keep the __version__ in sync with the package version in debian/changelog
65
+__version___ = '0.7.0'
66
+
67
# -----------------------------------------------------------------------------
68
def list_device_names(class_path, name_pattern, **kwargs):
69
0 commit comments