Skip to content

Commit ca266dc

Browse files
committed
bump to 3.5.1 to update auto-release
1 parent c540a23 commit ca266dc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v4
26+
2627
- name: Setup micromamba
2728
uses: conda-incubator/setup-miniconda@v3
2829
with:
29-
miniforge-variant: Mambaforge
30+
miniforge-variant: Miniforge3
3031
miniforge-version: latest
3132
use-mamba: true
3233
python-version: ${{ matrix.python-version }}

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.5.0'
2+
__version__ = '3.5.1'
33

44
from . import libpdalpython
55
from .drivers import inject_pdal_drivers

0 commit comments

Comments
 (0)