Skip to content

Commit f369e75

Browse files
committed
bump 3.4.1 for release churn
1 parent f4bbc6a commit f369e75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ jobs:
4242
- name: Publish package distributions to PyPI
4343
if: github.event_name == 'release' && github.event.action == 'published'
4444
uses: pypa/gh-action-pypi-publish@release/v1
45+

src/pdal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = ["Pipeline", "Stage", "Reader", "Filter", "Writer", "dimensions", "info"]
2-
__version__ = '3.4.0'
2+
__version__ = '3.4.1'
33

44
from . import libpdalpython
55
from .drivers import inject_pdal_drivers

0 commit comments

Comments
 (0)