Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofale committed Jun 8, 2022
1 parent 49bacd0 commit 831c47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion scatrex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Pedro Fale Ferreira"""
__email__ = "[email protected]"
__version__ = "0.1.1"
__version__ = "0.2.0"

from .scatrex import SCATrEx
from .models import *

0 comments on commit 831c47f

Please sign in to comment.