From 5e878325a70bdab9bb9f51a3752089182f9107ab Mon Sep 17 00:00:00 2001 From: Lukas Kremer Date: Fri, 15 Sep 2023 14:24:03 +0200 Subject: [PATCH] version bump --- pyproject.toml | 2 +- scbs/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b2ff28..fb4f9ab 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scbs" -version = "0.6.2" +version = "0.6.3" description = "command line tool for the analysis of single-cell bisulfite-sequencing data" authors = [ "Lukas PM Kremer ", diff --git a/scbs/__init__.py b/scbs/__init__.py index 22049ab..63af887 100755 --- a/scbs/__init__.py +++ b/scbs/__init__.py @@ -1 +1 @@ -__version__ = "0.6.2" +__version__ = "0.6.3"