diff --git a/CHANGELOG.md b/CHANGELOG.md index 91965b0..bd51c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -# [unreleased] +# [1.6.2] ### Fixed - Some exons are missing when downloading build 38 data using Ensembl v.113 (Oct 2024). Using v.112 (May 2024) until the problem is fixed. Build 37 not affected. diff --git a/pyproject.toml b/pyproject.toml index 8433eb9..a6ed342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "schug" -version = "1.6.1" +version = "1.6.2" 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 f49459c..51bbb3f 100644 --- a/schug/__init__.py +++ b/schug/__init__.py @@ -1 +1 @@ -__version__ = "1.6.1" +__version__ = "1.6.2"