Skip to content

Commit

Permalink
Preparing for release of version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Dec 1, 2016
1 parent 4d0a877 commit 569bd2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion laspy/__init__.py
@@ -1,4 +1,4 @@
__version__ = '1.4.1'
__version__ = '1.4.2'

import base
import file
Expand Down
1 change: 1 addition & 0 deletions 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

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 569bd2b

Please sign in to comment.