From ade6e319f1804e9f7eb13398e5c188505bb702f9 Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Thu, 18 Jul 2024 21:45:19 +0100 Subject: [PATCH] update bump and readme --- .bumpversion.cfg | 1 + README.md | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d22d360..fd0ea33 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,6 +2,7 @@ commit = True tag = True current_version = 0.0.5 +message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/README.md b/README.md index edf4d31..2182c67 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # ocf_blosc2 Blosc2 codec used for OCF's Zarr compression + +## How to run tests + +Install the repo and run +```bash +pytest +``` +Unfortunately they are currently not working