Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 7fbdf79

Browse files
author
BumpVersion Action
committed
Bump version: 0.0.13 → 0.0.14 [skip ci]
1 parent 7bb8950 commit 7fbdf79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 0.0.13
4+
current_version = 0.0.14
55
message = Bump version: {current_version} → {new_version} [skip ci]
66

77
[bumpversion:file:setup.py]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="ocf_blosc2",
14-
version="0.0.13",
14+
version="0.0.14",
1515
license="MIT",
1616
description="""OCF Blosc2 is a codec for numcodecs for compressing image data in Zarr/Xarray""",
1717
author="Jacob Bieker",

0 commit comments

Comments
 (0)