From 1b07a46a301c783b2ea674814272e4ecd5257bb6 Mon Sep 17 00:00:00 2001 From: Matteo Visconti di Oleggio Castello Date: Thu, 9 Jun 2022 11:38:23 -0700 Subject: [PATCH] MNT bump version to 1.2.5 (#454) [skip ci] --- cortex/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cortex/version.py b/cortex/version.py index 960f71b75..cd75bb6cc 100644 --- a/cortex/version.py +++ b/cortex/version.py @@ -17,7 +17,7 @@ # since the __version__ will be later automatically parsed by adding the git # commit hash # so valid versions will be 1.2.1.dev0, 1.4.dev0, etc -__version__ = '1.3.0.dev0' +__version__ = '1.2.5' __hardcoded_version__ = __version__ __full_version__ = __version__