From dbf83b9b7ef9eb51f0fd6a5d837298968e3635bb Mon Sep 17 00:00:00 2001 From: Andrew Gray Date: Wed, 10 Jan 2024 12:46:16 -0800 Subject: [PATCH] GEOPY-1285 set version to 3.1.0 --- docs/conf.py | 2 +- omf/__init__.py | 2 +- poetry.lock | 10 +++++----- pyproject.toml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6e3f7b38..d2fff84a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,7 +64,7 @@ # The short X.Y version. version = u'3.1.0' # The full version, including alpha/beta/rc tags. -release = u'3.1.0-rc.1' +release = u'3.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/omf/__init__.py b/omf/__init__.py index 271f7ff1..f3b53200 100644 --- a/omf/__init__.py +++ b/omf/__init__.py @@ -29,7 +29,7 @@ from .texture import ImageTexture from .volume import VolumeElement, VolumeGridGeometry -__version__ = "3.1.0-rc.1" +__version__ = "3.1.0" __author__ = "Global Mining Standards and Guidelines Group" __license__ = "MIT License" __copyright__ = "Copyright 2017 Global Mining Standards and Guidelines Group" diff --git a/poetry.lock b/poetry.lock index 9e4ca23b..0f789e03 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -271,13 +271,13 @@ test = ["pytest (>=6)"] [[package]] name = "geoh5py" -version = "0.8.0rc3" +version = "0.8.0" description = "Python API for geoh5, an open file format for geoscientific data" optional = false python-versions = ">=3.8,<3.11" files = [ - {file = "geoh5py-0.8.0rc3-py3-none-any.whl", hash = "sha256:76625e1fccdf20f102d310c2bfae989bfb3995fb24b5f8091ada0c5e1474184c"}, - {file = "geoh5py-0.8.0rc3.tar.gz", hash = "sha256:2ec5a62423369d9a4f32b4b1529fa44dc54cb324e0754888fa05f3543d299a43"}, + {file = "geoh5py-0.8.0-py3-none-any.whl", hash = "sha256:40736dd6e0db984e5d659a159ed834117f3c1e2366f9ad26d080763745d008dc"}, + {file = "geoh5py-0.8.0.tar.gz", hash = "sha256:19cca7a3f8cf8dc93ed5b973e5b5f7a6228d158d5cd61ae8f2de37f477cd4c44"}, ] [package.dependencies] @@ -1001,4 +1001,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8,<3.11" -content-hash = "87a10ddaad4b980211b0798181db95a95516ded6d4dcbd4832ccb990f75d6e7d" +content-hash = "c016af4f4690b89501346f4305f92d1e77706a0623aaab9ebe43a6c25b5c1bd8" diff --git a/pyproject.toml b/pyproject.toml index 849e9e57..ef105859 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mira-omf" -version = "3.1.0-rc.1" +version = "3.1.0" description = "API Library for Open Mining Format" authors = [ "Mira Geoscience ", @@ -33,7 +33,7 @@ omf_to_geoh5 = 'omf.scripts.omf_to_geoh5:run' [tool.poetry.dependencies] python = "^3.8,<3.11" -geoh5py = {version = "~0.8.0rc2", allow-prereleases = true} +geoh5py = {version = "~0.8.0", allow-prereleases = true} # geoh5py = {url = "https://github.com/MiraGeoscience/geoh5py/archive/refs/heads/release/0.8.0.zip#sha256="} numpy = "~1.23.5" properties = "~0.6.0"