]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/__version__.py
Allow older and newer versions of libgpiod to work
[Adafruit_Blinka-hackapet.git] / src / __version__.py
index 96bfa14f4ddc3edeb686720b4d6d7fcc7da59615..49f0aeba884e00757f5ee549762dc4e4518e09ac 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
+#
+# SPDX-License-Identifier: MIT
+"""Return the current version"""
 VERSION = (1, 0, 0)
 
-__version__ = '.'.join(map(str, VERSION))
+__version__ = ".".join(map(str, VERSION))