From beb6f9c7d66f606b5e9fe75d88f4529624d9c3e0 Mon Sep 17 00:00:00 2001 From: Dirk Groeneveld Date: Tue, 5 Mar 2024 16:13:19 -0800 Subject: [PATCH] Prepare for release v1.6.2 --- cached_path/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cached_path/version.py b/cached_path/version.py index 5f9ce22..d86a7bd 100644 --- a/cached_path/version.py +++ b/cached_path/version.py @@ -4,7 +4,7 @@ _MINOR = "6" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "1" +_PATCH = "2" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = os.environ.get("CACHED_PATH_VERSION_SUFFIX", "")