From 89728b77c1812b73d6a3e3ebf166d83a53f88fc5 Mon Sep 17 00:00:00 2001 From: Christian Faber <chris-faber@gmx.de> Date: Mon, 21 Oct 2024 15:27:11 +0200 Subject: [PATCH] version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 781b918..d597c43 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as f: setup( name="BioHelpers_FABER", - version="0.2.7", + version="0.2.8", description="Small collection of useful scripts for the computational work with RNA Data.", url="https://gitlab.jsc.fz-juelich.de/faber1/biohelpers", package_dir={"": "src"}, -- GitLab