From 03b58482ca38088790edfa4b196f8bf619f83c05 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Thu, 10 Oct 2024 15:22:25 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 4 +++- medaka/__init__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e161bf..bfc4984 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [v2.0.1] ### Fixed - `medaka smolecule` was broken by change from `medaka consensus` to `medaka inference`. +### Changed +- Improved error message when model is not found. ## [v2.0.0] Switched from tensorflow to pytorch. diff --git a/medaka/__init__.py b/medaka/__init__.py index 2a2fb50..0e9943b 100755 --- a/medaka/__init__.py +++ b/medaka/__init__.py @@ -5,7 +5,7 @@ import subprocess import sys -__version__ = "2.0.0" +__version__ = "2.0.1" try: import pyabpoa as abpoa