From b307d292f5722315cacc00d6a52924f73885e557 Mon Sep 17 00:00:00 2001 From: Dominik Date: Sat, 30 Nov 2024 13:57:11 -0800 Subject: [PATCH] version bump v1.3.5 --- README.md | 2 +- src/palantir/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 139b7811..44ac2e66 100755 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ ____ Release Notes ------------- - ### Version 1.3.5rc + ### Version 1.3.5 * `run_magic_imputation` now has a boolean parameter `sparse` to control output sparsity * **bugfix**: `run_local_variability` for dense expression arrays now runs much faster and more accurate diff --git a/src/palantir/version.py b/src/palantir/version.py index d91680f7..c8a4db63 100644 --- a/src/palantir/version.py +++ b/src/palantir/version.py @@ -1,3 +1,3 @@ -__version__ = "1.3.5rc" +__version__ = "1.3.5" __author__ = "Palantir development team" __author_email__ = "manu.talanki@gmail.com"