Skip to content

Commit 809665d

Browse files
committed
version 0.1.3
1 parent ce9bc42 commit 809665d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

geoh5py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# You should have received a copy of the GNU Lesser General Public License
1616
# along with geoh5py. If not, see <https://www.gnu.org/licenses/>.
1717

18-
__version__ = "0.1.3-rc.1"
18+
__version__ = "0.1.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "geoh5py"
3-
version = "0.1.3-rc.1"
3+
version = "0.1.3"
44
license = "LGPL-3.0-or-later"
55
description = "Python API for geoh5, an open file format for geoscientific data"
66
authors = ["Mira Geoscience <support@mirageoscience.com>"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
name="geoh5py",
2222
description="Python API for geoh5, an open file format for geoscientific data",
2323
python_requires="==3.*,>=3.7.0",
24-
version="0.1.3-rc.1",
24+
version="0.1.3",
2525
project_urls={
2626
"documentation": "https://geoh5py.readthedocs.io/en/latest/",
2727
"homepage": "https://mirageoscience.com",

0 commit comments

Comments
 (0)