diff --git a/param_sweeps/__init__.py b/param_sweeps/__init__.py index 65bfa29..498800c 100644 --- a/param_sweeps/__init__.py +++ b/param_sweeps/__init__.py @@ -8,4 +8,4 @@ # ' # ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -__version__ = "0.3.0-alpha.2" +__version__ = "0.2.1-alpha.2" diff --git a/poetry.lock b/poetry.lock index dc687e9..1e2ce10 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -161,8 +161,8 @@ pydantic = "^2.5.2" [package.source] type = "git" url = "https://github.com/MiraGeoscience/geoh5py.git" -reference = "release/0.11.0-a.3" -resolved_reference = "4539ad249a7b68d03ddfff2ab2113c58cd7afbc6" +reference = "release/0.11.0" +resolved_reference = "adfe3987a9637b148c440234e67df9c16315a8d6" [[package]] name = "h5py" @@ -856,4 +856,4 @@ typing-extensions = ">=4.12.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "1538ad37e6f8b5a22b2e433639d22fc8b9cf5677a426faf82cda91fe59718c47" +content-hash = "4c27dcdecda4648e68dee13d9af8a7b0003b98a23fabdaf519199860072f80d1" diff --git a/pyproject.toml b/pyproject.toml index f3bcd99..992b7ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "param-sweeps" -version = "0.2.1-alpha.1" +version = "0.2.1-alpha.2" description = "Parameter sweeper for ui.json powered applications." license = "MIT" @@ -41,8 +41,8 @@ numpy = "~1.26.0" # also in geoh5py ## dependencies from Git repositories #------------------------------------ -#geoh5py = {version = ">=0.11.0-alpha.1, <0.12.dev", allow-prereleases = true} -geoh5py = {git = "https://github.com/MiraGeoscience/geoh5py.git", rev = "release/0.11.0-a.3"} +#geoh5py = {version = ">=0.11.0a3, <0.12.dev", allow-prereleases = true} +geoh5py = {git = "https://github.com/MiraGeoscience/geoh5py.git", rev = "release/0.11.0"} #geoh5py = {path = "../geoh5py", develop = true} [tool.poetry.group.dev.dependencies] diff --git a/recipe.yaml b/recipe.yaml index 344a72b..47f0606 100644 --- a/recipe.yaml +++ b/recipe.yaml @@ -2,7 +2,7 @@ schema_version: 1 context: name: "param-sweeps" - version: "0.3.0a2" + version: "0.2.1a2" python_min: "3.10" package: