diff --git a/setup.py b/setup.py
index 5738c0f048b2603c5a5b5818b9b0225c91bf90e2..33b6f073b5e57ce1d512639e3c6e84762da33857 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,8 @@
 # Use this guide:
 # https://packaging.python.org/tutorials/packaging-projects/
+#
 # py -m build && twine upload dist/*
-# from unitgrade.version import __version__
+# git add . && git commit -m"updates" && git push && pip install -e ./
 import setuptools
 with open("src/unitgrade/version.py", "r", encoding="utf-8") as fh:
     __version__ = fh.read().split("=")[1].strip()[1:-1]
diff --git a/src/unitgrade.egg-info/PKG-INFO b/src/unitgrade.egg-info/PKG-INFO
index 3a139452d75ff701fc5367a1f6434da51023a3a4..f6f4c008d1f1b6359ba80c730231c88ea153dbc0 100644
--- a/src/unitgrade.egg-info/PKG-INFO
+++ b/src/unitgrade.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: unitgrade
-Version: 0.1.28.1
+Version: 0.1.28.2
 Summary: A student homework/exam evaluation framework build on pythons unittest framework.
 Home-page: https://lab.compute.dtu.dk/tuhe/unitgrade
 Author: Tue Herlau