From 831c47fe23789838bc8da8443389e8bb18299cd2 Mon Sep 17 00:00:00 2001 From: pedrofale Date: Wed, 8 Jun 2022 14:52:32 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.1=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- scatrex/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a482546..cd0f50d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scatrex" -version = "0.1.1" +version = "0.2.0" description = "Map single-cell transcriptomes to copy number evolutionary trees." license = "GNU GENERAL PUBLIC LICENSE 3" authors = ["pedrofale "] diff --git a/scatrex/__init__.py b/scatrex/__init__.py index 30a4588..c084b7a 100644 --- a/scatrex/__init__.py +++ b/scatrex/__init__.py @@ -2,7 +2,7 @@ __author__ = """Pedro Fale Ferreira""" __email__ = "pedro.miguel.ferreira.pf@gmail.com" -__version__ = "0.1.1" +__version__ = "0.2.0" from .scatrex import SCATrEx from .models import *