From cf1f27d7dba4c3b6e6b52a7a1abab8f851ddbd99 Mon Sep 17 00:00:00 2001 From: Seppe De Winter Date: Fri, 10 Jan 2025 10:06:35 +0100 Subject: [PATCH] Change version to 1.0a2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e8b741..40f22f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] description = "SCENIC+ is a python package to build gene regulatory networks (GRNs) using combined or separate single-cell gene expression (scRNA-seq) and single-cell chromatin accessibility (scATAC-seq) data." readme = "README.md" -version = "1.0a1" +version = "1.0a2" requires-python = ">=3.8,<=3.11.8" keywords = ["scATAC", "GRN inference", "eGRN inference"] license = { file = "LICENCE.txt" }