From a8e432456ad9691925fd10295853a8d2b863ab0e Mon Sep 17 00:00:00 2001 From: George Pimm Date: Tue, 29 Nov 2022 12:14:21 +0000 Subject: [PATCH] update to 0.0.43 --- CHANGELOG.md | 4 ++++ cmake/POD5Version.cmake | 2 +- python/pod5/pyproject.toml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e2f01..7c4420c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.43] +### Changed +- Reformat c++ code with more consistent format file. + ## [0.0.42] ### Added - Added `pod5` tools entry-point diff --git a/cmake/POD5Version.cmake b/cmake/POD5Version.cmake index 365869b..f303c3c 100644 --- a/cmake/POD5Version.cmake +++ b/cmake/POD5Version.cmake @@ -1,6 +1,6 @@ set(POD5_VERSION_MAJOR 0) set(POD5_VERSION_MINOR 0) -set(POD5_VERSION_REV 42) +set(POD5_VERSION_REV 43) set(POD5_NUMERIC_VERSION "${POD5_VERSION_MAJOR}.${POD5_VERSION_MINOR}.${POD5_VERSION_REV}") set(POD5_FULL_VERSION "${POD5_NUMERIC_VERSION}") diff --git a/python/pod5/pyproject.toml b/python/pod5/pyproject.toml index 0998081..c556620 100644 --- a/python/pod5/pyproject.toml +++ b/python/pod5/pyproject.toml @@ -8,7 +8,7 @@ name = "pod5" authors = [{author="Oxford Nanopore Technologies, Limited", email="support@nanoporetech.com"}] readme = "README.md" requires-python = "~= 3.7" -version="0.0.42" +version="0.0.43" description="Oxford Nanopore Technologies Pod5 File Format Python API and Tools" keywords = ['nanopore'] @@ -26,7 +26,7 @@ classifiers=[ dependencies = [ "iso8601", "jsonschema", - "lib_pod5 ~= 0.0.42", + "lib_pod5 ~= 0.0.43", "more_itertools", "numpy >= 1.20.0", "pyarrow ~= 8.0.0",