Skip to content

Commit

Permalink
bump version number to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed May 15, 2024
1 parent ac8b981 commit 7afdf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ["Pipeline", "Stage", "Reader", "Filter", "Writer", "dimensions", "info"]
__version__ = '3.4.1'
__version__ = '3.4.2'

from . import libpdalpython
from .drivers import inject_pdal_drivers
Expand Down

0 comments on commit 7afdf3c

Please sign in to comment.