From 569bd2bb464f487520bbddda80530c959e8e2d86 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Thu, 1 Dec 2016 21:58:44 +0100 Subject: [PATCH] Preparing for release of version 1.4.2 --- laspy/__init__.py | 2 +- publish.sh | 1 + setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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',