Skip to content

Commit

Permalink
update version to 0.2.2 (no more rc)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhmg committed Sep 10, 2024
1 parent 0f5a8d1 commit e7bc9ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion las_geoh5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pathlib import Path


__version__ = "0.2.2-rc.1"
__version__ = "0.2.2"


def assets_path() -> Path:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e7bc9ec

Please sign in to comment.