Skip to content

Commit

Permalink
Version Update (#397)
Browse files Browse the repository at this point in the history
* bumped version string to 0.9.0.beta1

* get bitshuffle from pypi
  • Loading branch information
jreadey authored Sep 30, 2024
1 parent 440c311 commit 7c1f178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hsds/basenode.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from .util.k8sClient import getDnLabelSelector, getPodIps
from . import hsds_logger as log

HSDS_VERSION = "0.9.0.alpha0"
HSDS_VERSION = "0.9.0.beta1"


def getVersion():
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ dependencies = [
"aiohttp_cors",
"aiofiles",
"azure-storage-blob",
"bitshuffle@git+https://github.com/kiyo-masui/bitshuffle",
"bitshuffle >=0.5.2",
"cryptography",
"h5py >= 3.6.0",
"importlib_resources",
"numcodecs",
"numpy",
"numpy >=2.0.0rc1; python_version>='3.9'",
"psutil",
"pyjwt",
"pytz",
Expand Down

0 comments on commit 7c1f178

Please sign in to comment.