From 48a953d02972a660315aec1870067911da5c271b Mon Sep 17 00:00:00 2001 From: rmsare Date: Wed, 23 Oct 2019 17:29:39 -0700 Subject: [PATCH] Fix typo in setup --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 6c174e2..3f03d03 100644 --- a/setup.py +++ b/setup.py @@ -66,9 +66,9 @@ def build_extension(self, ext): setup( name="pymcc_lidar", - version="1.1", - author=["Robert Sare", "George Hilley"], - author_email="hilleye@stanford.edu", + version="1.2", + author=["George Hilley", "Robert Sare"], + author_email="hilley@stanford.edu", description="A Python package for point cloud classification using relative height", license="MIT", url="https://github.com/stgl/pymcc",