Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Feb 8, 2024
1 parent d0c2aa8 commit 094f0b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions h5pyd/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import sys
import numpy

version = "0.17.0"
version = "0.18.0"

hdf5_version = "REST"

Expand All @@ -28,8 +28,8 @@
else ("",)
)

api_version_tuple = (0, 17, 0)
api_version = "0.17.0"
api_version_tuple = (0, 18, 0)
api_version = "0.18.0"

__doc__ = """\
This is h5pyd **%s**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name="h5pyd",
version="0.17.0",
version="0.18.0",
description="h5py compatible client lib for HDF REST API",
long_description=long_description,
url="http://github.com/HDFGroup/h5pyd",
Expand Down

0 comments on commit 094f0b2

Please sign in to comment.