From b58006bd27c18e8b72dc19dc8035a6a84aad5f3c Mon Sep 17 00:00:00 2001
From: Martin Larralde <martin.larralde@embl.de>
Date: Fri, 22 Jul 2022 11:09:59 +0200
Subject: [PATCH] Release v0.3.1

---
 CHANGELOG.md          | 13 +++++++++++--
 pyfastani/__init__.py |  2 +-
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 741921f..bddb10f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,10 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 
 ## [Unreleased]
-[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.3.0...HEAD
+[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.3.1...HEAD
 
 
-## [v0.3.0] - 2022-06-17
+## [v0.3.1] - 2022-07-22
+[v0.3.1]: https://github.com/althonos/pyrodigal/compare/v0.3.0...v0.3.1
+
+### Added
+- Slightly improve documentation in some classes.
+- Sphinx documentation for the project hosted on ReadTheDocs.
+- Links and instructions to install package from the Bioconda channel.
+
+
+## [v0.3.0] - 2022-07-17
 [v0.3.0]: https://github.com/althonos/pyrodigal/compare/v0.2.1...v0.3.0
 
 ### Added
diff --git a/pyfastani/__init__.py b/pyfastani/__init__.py
index b397a4e..54b98c2 100644
--- a/pyfastani/__init__.py
+++ b/pyfastani/__init__.py
@@ -12,7 +12,7 @@ from ._fastani import (
 
 __author__ = "Martin Larralde <martin.larralde@embl.de>"
 __license__ = "MIT"
-__version__ = "0.3.0"
+__version__ = "0.3.1"
 
 __doc__ = _fastani.__doc__
 __all__ = [
-- 
GitLab