Skip to content

Commit 6a43e27

Browse files
committed
bump version to 2.3.4
1 parent 1c2441d commit 6a43e27

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,10 @@ PDAL and Python:
154154
.. _`schema`: http://www.pdal.io/dimensions.html
155155
.. _`metadata`: http://www.pdal.io/development/metadata.html
156156

157+
![Build](https://github.com/PDAL/python/workflows/Build/badge.svg)
157158

158-
.. image:: https://ci.appveyor.com/api/projects/status/of4kecyahpo8892d
159-
:target: https://ci.appveyor.com/project/hobu/python/
159+
.. image:: https://github.com/PDAL/python/workflows/Build/badge.svg
160+
:target: https://github.com/PDAL/python/actions?query=workflow%3ABuild
160161

161162
Requirements
162163
================================================================================
@@ -165,4 +166,5 @@ Requirements
165166
* Python >=3.6
166167
* Cython (eg :code:`pip install cython`)
167168
* Packaging (eg :code:`pip install packaging`)
169+
* scikit-build (eg :code:`pip install scikit-build`)
168170

pdal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__='2.3.3'
1+
__version__='2.3.4'
22

33
from .pipeline import Pipeline
44
from .array import Array

0 commit comments

Comments
 (0)