We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eca9cdb + 21b4508 commit f11d7d7Copy full SHA for f11d7d7
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