From e7f0093e6e65406461e8feaafcf2dd559bc2e2e1 Mon Sep 17 00:00:00 2001 From: Dominik Date: Sat, 30 Nov 2024 14:54:36 -0800 Subject: [PATCH] version bump v1.3.6 --- README.md | 2 +- src/palantir/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44ac2e66..f31ed815 100755 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ ____ Release Notes ------------- - ### Version 1.3.5 + ### Version 1.3.6 * `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 c8a4db63..4067842a 100644 --- a/src/palantir/version.py +++ b/src/palantir/version.py @@ -1,3 +1,3 @@ -__version__ = "1.3.5" +__version__ = "1.3.6" __author__ = "Palantir development team" __author_email__ = "manu.talanki@gmail.com"