Skip to content

Commit

Permalink
GEOPY-1285 set version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewg-mira committed Jan 10, 2024
1 parent 9d9af6a commit dbf83b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion omf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit dbf83b9

Please sign in to comment.