From 809632e03acc958a5f13d9321981af9c1cd95460 Mon Sep 17 00:00:00 2001 From: Philipp Weiler Date: Sun, 3 Dec 2023 12:20:10 +0100 Subject: [PATCH] Update `pyproject.toml` (#1166) Update version number. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdfee94c..a0184458 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] [project] name = "scvelo" -version = "0.3.0" +version = "0.3.1" description = "RNA velocity generalized through dynamical modeling" readme = {file = "README.md", content-type="text/markdown"} requires-python = ">=3.8"