Skip to content

Commit

Permalink
Bump filter versions, set compat with 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti committed Sep 7, 2023
1 parent 93c6cce commit 5da5c16
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion filters/H5Zbitshuffle/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "H5Zbitshuffle"
uuid = "51b4e782-877f-4ccf-958a-27bf628210da"
authors = ["James.Hester <jxh@ansto.gov.au>"]
version = "0.1.1"
version = "0.1.2"

[deps]
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Expand Down
2 changes: 1 addition & 1 deletion filters/H5Zblosc/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "H5Zblosc"
uuid = "c8ec2601-a99c-407f-b158-e79c03c2f5f7"
version = "0.1.1"
version = "0.1.2"

[deps]
Blosc = "a74b3585-a348-5f62-a45c-50e91977d574"
Expand Down
2 changes: 1 addition & 1 deletion filters/H5Zbzip2/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "H5Zbzip2"
uuid = "094576f2-1e46-4c84-8e32-c46c042eaaa2"
version = "0.1.0"
version = "0.1.1"

[deps]
CodecBzip2 = "523fee87-0ab8-5b00-afb7-3ecf72e48cfd"
Expand Down
2 changes: 1 addition & 1 deletion filters/H5Zlz4/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "H5Zlz4"
uuid = "eb20ec05-5464-47b5-ba41-098e3c1068a3"
version = "0.1.0"
version = "0.1.1"

[deps]
CodecLz4 = "5ba52731-8f18-5e0d-9241-30f10d1ec561"
Expand Down
2 changes: 1 addition & 1 deletion filters/H5Zzstd/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "H5Zzstd"
uuid = "f6f2d980-1ec6-471c-a70d-0270e22f1103"
version = "0.1.0"
version = "0.1.1"

[deps]
CodecZstd = "6b39b394-51ab-5f42-8807-6242bab2b4c2"
Expand Down

0 comments on commit 5da5c16

Please sign in to comment.