Skip to content

Commit

Permalink
bump version to 3.3.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jan 3, 2024
1 parent cd51a22 commit dd75a38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif()
find_package(Python3 COMPONENTS Interpreter ${DEVELOPMENT_COMPONENT} NumPy REQUIRED)

# find PDAL. Require 2.1+
find_package(PDAL 2.4 REQUIRED)
find_package(PDAL 2.5 REQUIRED)

# find PyBind11
find_package(pybind11 REQUIRED)
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ USE-CASE : Take a LiDAR map, create a mesh from the ground points, split into ti
Requirements
================================================================================

* PDAL 2.4+
* Python >=3.7
* PDAL 2.5+
* Python >=3.9
* Pybind11 (eg :code:`pip install pybind11[global]`)
* Numpy (eg :code:`pip install numpy`)
* scikit-build (eg :code:`pip install scikit-build`)
2 changes: 1 addition & 1 deletion pdal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.2.3"
__version__ = "3.3.0"
__all__ = ["Pipeline", "Stage", "Reader", "Filter", "Writer", "dimensions", "info"]

from . import libpdalpython
Expand Down

0 comments on commit dd75a38

Please sign in to comment.