diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 511247fc8..ab0571f46 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.75-test +current_version = 0.76-test 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 72562af78..b4215a39d 100644 --- a/gcpdiag/config.py +++ b/gcpdiag/config.py @@ -24,7 +24,7 @@ # gcpdiag version (not configurable, but useful to have here) # -VERSION = '0.75-test' +VERSION = '0.76-test' """ Configuration properties are divided into 3 main categories: - static (class properties) which values cannot be changed or provided