diff --git a/pyproject.toml b/pyproject.toml index cd0f50d..a482546 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scatrex" -version = "0.2.0" +version = "0.1.1" 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 c084b7a..50ae0fd 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.2.0" +__version__ = "0.0.3" from .scatrex import SCATrEx from .models import *