diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b55754a..eff5ecc8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,3 +42,4 @@ jobs: - name: Publish package distributions to PyPI if: github.event_name == 'release' && github.event.action == 'published' uses: pypa/gh-action-pypi-publish@release/v1 + diff --git a/src/pdal/__init__.py b/src/pdal/__init__.py index 7ba4fad7..09bd31b1 100644 --- a/src/pdal/__init__.py +++ b/src/pdal/__init__.py @@ -1,5 +1,5 @@ __all__ = ["Pipeline", "Stage", "Reader", "Filter", "Writer", "dimensions", "info"] -__version__ = '3.4.0' +__version__ = '3.4.1' from . import libpdalpython from .drivers import inject_pdal_drivers