Skip to content

Commit e7bc9ec

Browse files
committed
update version to 0.2.2 (no more rc)
1 parent 0f5a8d1 commit e7bc9ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
# The short X.Y version.
3030
version = "0.2.2"
3131
# The full version, including alpha/beta/rc tags.
32-
release = "0.2.2-rc.1"
32+
release = "0.2.2"

las_geoh5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from pathlib import Path
1212

1313

14-
__version__ = "0.2.2-rc.1"
14+
__version__ = "0.2.2"
1515

1616

1717
def assets_path() -> Path:

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 = "las-geoh5"
3-
version = "0.2.2-rc.1"
3+
version = "0.2.2"
44
description = "Las/Geoh5 conversion"
55
license = "MIT"
66
readme = "README.rst"

0 commit comments

Comments
 (0)