diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b47bbf..96782cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [unreleased] +## [1.3] ### Fixed - Typo in instructions to download genes in README document ### Changed diff --git a/pyproject.toml b/pyproject.toml index 6021a10..194a9b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "schug" -version = "1.2" +version = "1.3" description = "Keep track of genes, transcripts and exons from different sources" authors = ["moonso "] readme = "README.md"