diff --git a/README.md b/README.md index bc8c885..4e1f919 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MetH5Format 0.7.0 +# MetH5Format 0.8.0 [![GitHub license](https://img.shields.io/github/license/snajder-r/meth5format.svg)](/~https://github.com/snajder-r/meth5format/blob/master/LICENSE) [![DOI](https://zenodo.org/badge/303672813.svg)](https://zenodo.org/badge/latestdoi/303672813) diff --git a/meta.yaml b/meta.yaml index 3a0b7c6..c165435 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.7.0" %} +{% set version = "0.8.0" %} {% set name = "meth5" %} package: diff --git a/setup.py b/setup.py index 34683e4..2919188 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="meth5", description="HDF5 based file format for storage, retrieval, and analysis of modification predictions from Nanopore", - version="0.7.0", + version="0.8.0", long_description=long_description, long_description_content_type="text/markdown", url="/~https://github.com/snajder-r/meth5format", diff --git a/versipy.yaml b/versipy.yaml index 02d616b..abbc3a5 100644 --- a/versipy.yaml +++ b/versipy.yaml @@ -1,6 +1,6 @@ version: major: 0 - minor: 7 + minor: 8 micro: 0 a: null b: null diff --git a/versipy_history.txt b/versipy_history.txt index 857dc37..df4f12c 100644 --- a/versipy_history.txt +++ b/versipy_history.txt @@ -22,3 +22,4 @@ 2022-01-11 09:13:29.395899 0.6.0 Versipy auto bump-up 2022-01-11 09:18:34.652941 0.6.1 Versipy auto bump-up 2022-01-24 13:00:15.439266 0.7.0 Versipy auto bump-up +2022-02-13 11:21:48.503810 0.8.0 Versipy auto bump-up