Skip to content

Commit

Permalink
update bump and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Jul 18, 2024
1 parent 9917f8c commit ade6e31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ade6e31

Please sign in to comment.