Skip to content

Commit

Permalink
Undo version change
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofale committed Jun 8, 2022
1 parent 7d085c1 commit 476f3fa
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.2.0"
version = "0.1.1"
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.2.0"
__version__ = "0.0.3"

from .scatrex import SCATrEx
from .models import *

0 comments on commit 476f3fa

Please sign in to comment.