Skip to content

Commit dd75a38

Browse files
committed
bump version to 3.3.0 for release
1 parent cd51a22 commit dd75a38

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif()
2323
find_package(Python3 COMPONENTS Interpreter ${DEVELOPMENT_COMPONENT} NumPy REQUIRED)
2424

2525
# find PDAL. Require 2.1+
26-
find_package(PDAL 2.4 REQUIRED)
26+
find_package(PDAL 2.5 REQUIRED)
2727

2828
# find PyBind11
2929
find_package(pybind11 REQUIRED)

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ USE-CASE : Take a LiDAR map, create a mesh from the ground points, split into ti
307307
Requirements
308308
================================================================================
309309

310-
* PDAL 2.4+
311-
* Python >=3.7
310+
* PDAL 2.5+
311+
* Python >=3.9
312312
* Pybind11 (eg :code:`pip install pybind11[global]`)
313313
* Numpy (eg :code:`pip install numpy`)
314314
* scikit-build (eg :code:`pip install scikit-build`)

pdal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.2.3"
1+
__version__ = "3.3.0"
22
__all__ = ["Pipeline", "Stage", "Reader", "Filter", "Writer", "dimensions", "info"]
33

44
from . import libpdalpython

0 commit comments

Comments
 (0)