From ae1f5015c0ee77aa320909b5b41ab7f167ca6ab5 Mon Sep 17 00:00:00 2001 From: Sam Gillingham Date: Thu, 20 Aug 2020 09:10:52 +1000 Subject: [PATCH] update to version 0.4.4 --- pylidar/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylidar/__init__.py b/pylidar/__init__.py index b0ce270..0e7f53b 100644 --- a/pylidar/__init__.py +++ b/pylidar/__init__.py @@ -19,5 +19,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -PYLIDAR_VERSION = '0.4.3' +PYLIDAR_VERSION = '0.4.4' __version__ = PYLIDAR_VERSION