From e7bc9ec5e6024ff78ad20446cd1450b7f9a17e98 Mon Sep 17 00:00:00 2001 From: sebhmg Date: Tue, 10 Sep 2024 17:21:22 -0400 Subject: [PATCH] update version to 0.2.2 (no more rc) --- docs/source/conf.py | 2 +- las_geoh5/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index dd5c06f..f64df7b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -29,4 +29,4 @@ # The short X.Y version. version = "0.2.2" # The full version, including alpha/beta/rc tags. -release = "0.2.2-rc.1" +release = "0.2.2" diff --git a/las_geoh5/__init__.py b/las_geoh5/__init__.py index 3ca8dbb..f90f0fd 100644 --- a/las_geoh5/__init__.py +++ b/las_geoh5/__init__.py @@ -11,7 +11,7 @@ from pathlib import Path -__version__ = "0.2.2-rc.1" +__version__ = "0.2.2" def assets_path() -> Path: diff --git a/pyproject.toml b/pyproject.toml index 2845c72..a8df42b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "las-geoh5" -version = "0.2.2-rc.1" +version = "0.2.2" description = "Las/Geoh5 conversion" license = "MIT" readme = "README.rst"