Skip to content

Commit

Permalink
bump 3.4.1 for release churn
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 29, 2024
1 parent f4bbc6a commit f369e75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.0'
__version__ = '3.4.1'

from . import libpdalpython
from .drivers import inject_pdal_drivers
Expand Down

0 comments on commit f369e75

Please sign in to comment.