From 31a5a7fce29f167cea478560f8448bb2315d3aa8 Mon Sep 17 00:00:00 2001
From: Remi Planel <rplanel@pasteur.fr>
Date: Fri, 3 Apr 2020 12:10:34 +0200
Subject: [PATCH] version 0.3.7

---
 CHANGELOG      | 3 +++
 pyproject.toml | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 5e27bcf..f7597d2 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 e2b84bc..4358bd1 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>"]
-- 
GitLab