diff --git a/setup.py b/setup.py index 049f9de..33d6fda 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # so change it to: "1.3.3+22.git.gdf81228" # See: https://peps.python.org/pep-0440/#local-version-segments v,i,s = VERSION.split("-") - VERSION = v# + "+" + i + ".git." + s + VERSION = v + "+" + i + ".git." + s # assert "-" not in cf_remote_version # assert "." in cf_remote_version