diff --git a/setup.py b/setup.py index 454ebec..6ef523a 100644 --- a/setup.py +++ b/setup.py @@ -10,9 +10,6 @@ # This should be set by the automated Github workflow VERSION = environ["SEMANTIC_VERSION"] -# TEST - Ensure version number is correctly set -print(VERSION) - setup( name="do-calculus", version=VERSION,