diff --git a/laspy/__init__.py b/laspy/__init__.py index ace3d51d..f6397081 100644 --- a/laspy/__init__.py +++ b/laspy/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.4.1' +__version__ = '1.4.2' import base import file diff --git a/publish.sh b/publish.sh index fa1ecac1..e380d252 100755 --- a/publish.sh +++ b/publish.sh @@ -1,4 +1,5 @@ python setup.py register python setup.py sdist --formats=gztar,zip upload +python setup.py bdist_wheel upload python setup.py bdist_egg upload diff --git a/setup.py b/setup.py index ccce3098..d590524b 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup(name = 'laspy', - version = '1.4.1', + version = '1.4.2', description = 'Native Python ASPRS LAS read/write library', license = 'BSD', keywords = 'gis lidar las',