Skip to content

Commit

Permalink
Merge branch 'feature/update_to_0.0.43' into 'master'
Browse files Browse the repository at this point in the history
Update to 0.0.43

See merge request minknow/pod5-file-format!144
  • Loading branch information
0x55555555 committed Nov 29, 2022
2 parents 62028c7 + a8e4324 commit 4f4560c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed name of internal utils - "pad_file".
- Fixed spelling of various internal variables.

## [0.0.43]
### Changed
- Reformat c++ code with more consistent format file.

## [0.0.42]
### Added
- Added `pod5` tools entry-point
Expand Down
2 changes: 1 addition & 1 deletion cmake/POD5Version.cmake
Original file line number Diff line number Diff line change
@@ -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}")
4 changes: 2 additions & 2 deletions python/pod5/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "pod5"
authors = [{author="Oxford Nanopore Technologies, Limited", email="[email protected]"}]
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']
Expand All @@ -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",
Expand Down

0 comments on commit 4f4560c

Please sign in to comment.