Merge pull request #43 from mithro/help-wanted

infra: Improve the labels a little.
diff --git a/scripts/python-skywater-pdk/skywater_pdk/base.py b/scripts/python-skywater-pdk/skywater_pdk/base.py
index 5ace788..bcfc7e8 100644
--- a/scripts/python-skywater-pdk/skywater_pdk/base.py
+++ b/scripts/python-skywater-pdk/skywater_pdk/base.py
@@ -329,7 +329,7 @@
         return cls(**kw)
 
     def as_tuple(self):
-        return (self.milestone, self.major, self.minor, self.commits, minor)
+        return (self.milestone, self.major, self.minor, self.commits, self.hash)
 
     @property
     def fullname(self):