From 4f84026af53bc5ae0e4727938dd9734537d091e4 Mon Sep 17 00:00:00 2001 From: nhorner Date: Tue, 26 Sep 2023 09:16:24 +0100 Subject: [PATCH] Bump --- CHANGELOG.md | 2 +- pychopper/__init__.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47d15c5..6ae9092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.7.8] ### Fixed - Error when reading primers for edlib backend diff --git a/pychopper/__init__.py b/pychopper/__init__.py index c2c5b73..886c49f 100644 --- a/pychopper/__init__.py +++ b/pychopper/__init__.py @@ -1,5 +1,3 @@ # -*- coding: utf-8 -*- -__author__ = 'ONT Applications Group' -__email__ = 'Apps@nanoporetech.com' -__version__ = "2.7.7" +__version__ = "2.7.8"