diff --git a/CHANGELOG b/CHANGELOG index 5e27bcfb2739d1832e907a3a910bc5f4073aeb4a..f7597d2868f8a6d5c83d886e0ddcc1c962ab670f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +# 0.3.7 +- Fix bug displaying wrong guide sequence + # 0.3.6 - Handle genome assembly with contigs diff --git a/pyproject.toml b/pyproject.toml index e2b84bcac4063a48ac1145f33df802690dd4255b..4358bd1b7bdc2157cbb397a4db319e520179bd9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "crisprbact" -version = "0.3.6" +version = "0.3.7" license = "GPL-3.0" description = "Tools to design and analyse CRISPRi experiments" authors = ["David Bikard <david.bikard@pasteur.fr>", "Remi Planel <rplanel@pasteur.fr>"]