From 55ab7acc27582717a8ef5223c0c1a01a29e2a4a7 Mon Sep 17 00:00:00 2001 From: Lukas Kremer Date: Mon, 7 Oct 2024 15:45:56 +0200 Subject: [PATCH] version bump --- methscan/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/methscan/__init__.py b/methscan/__init__.py index 7863915..6849410 100755 --- a/methscan/__init__.py +++ b/methscan/__init__.py @@ -1 +1 @@ -__version__ = "1.0.2" +__version__ = "1.1.0" diff --git a/pyproject.toml b/pyproject.toml index b4fabf9..67df54f 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "MethSCAn" -version = "1.0.2" +version = "1.1.0" description = "a command line tool for Single-Cell Analysis of Methylation data" authors = [ "Lukas PM Kremer ",