diff --git a/DESCRIPTION b/DESCRIPTION index ab23db7..cb622aa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: UCell Type: Package Title: Rank-based signature enrichment analysis for single-cell data -Version: 2.7.0 +Version: 2.7.1 Authors@R: c( person('Massimo', 'Andreatta', email = 'massimo.andreatta@unil.ch', diff --git a/README.md b/README.md index f177284..6965182 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ BiocManager::install("UCell") For previous releases of `UCell`, you may download a tagged version from GitHub: ```r library(remotes) -remotes::install_github("carmonalab/UCell", ref="v1.3") +remotes::install_github("carmonalab/UCell", ref="v2.2") ```