diff --git a/pyproject.toml b/pyproject.toml index 6b6e51c..f06d925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "schug" -version = "1.3" +version = "1.4" description = "Keep track of genes, transcripts and exons from different sources" authors = ["moonso "] readme = "README.md" diff --git a/schug/__init__.py b/schug/__init__.py index 9f6cc16..e992399 100644 --- a/schug/__init__.py +++ b/schug/__init__.py @@ -1 +1 @@ -__version__ = "1.3" +__version__ = "1.4"