diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 399a90ede..5d3b7a1cd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.77-test +current_version = 0.77 parse = (?P\d+)\.(?P\d+)(-(?P.*))? message = Bump version: {current_version} -> {new_version} serialize = diff --git a/gcpdiag/config.py b/gcpdiag/config.py index 7e3c2ee2b..732af06c8 100644 --- a/gcpdiag/config.py +++ b/gcpdiag/config.py @@ -24,7 +24,7 @@ # gcpdiag version (not configurable, but useful to have here) # -VERSION = '0.77-test' +VERSION = '0.77' """ Configuration properties are divided into 3 main categories: - static (class properties) which values cannot be changed or provided