From 724e25165a5611d9f04fee4a563b841dd7da63b1 Mon Sep 17 00:00:00 2001 From: CharlesGaydon Date: Tue, 22 Mar 2022 17:06:17 +0100 Subject: [PATCH] Bump version to V1.3.0 --- setup.py | 2 +- setup.py.ce75876f62722557b5d7d98188db99a9.tmp | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 setup.py.ce75876f62722557b5d7d98188db99a9.tmp diff --git a/setup.py b/setup.py index 2decb6c5..66960921 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="lidar_prod", - version="1.2.5", + version="1.3.0", description="A 3D semantic segmentation production tool to augment rules-based Lidar classification with AI and databases.", author="Charles GAYDON", author_email="charles.gaydon@gmail.com", diff --git a/setup.py.ce75876f62722557b5d7d98188db99a9.tmp b/setup.py.ce75876f62722557b5d7d98188db99a9.tmp deleted file mode 100644 index 2decb6c5..00000000 --- a/setup.py.ce75876f62722557b5d7d98188db99a9.tmp +++ /dev/null @@ -1,13 +0,0 @@ -from setuptools import find_packages, setup - -setup( - name="lidar_prod", - version="1.2.5", - description="A 3D semantic segmentation production tool to augment rules-based Lidar classification with AI and databases.", - author="Charles GAYDON", - author_email="charles.gaydon@gmail.com", - # replace with your own github project link - url="https://github.com/IGNF/lidar-prod-quality-control", - install_requires=[], # env should match the one in bash/setup_environment/setup_env.sh - packages=find_packages(), -)