From e7d98172c0f335646d5d6ed1952b8b0ad8704805 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Tue, 4 Feb 2020 16:46:38 +0100 Subject: [PATCH] bump patch version --- Project.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4f8394f..9819b67 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,9 @@ name = "LasIO" uuid = "570499db-eae3-5eb6-bdd5-a5326f375e68" -version = "0.3.3" +keywords = ["LAS", "lidar", "IO"] +license = "MIT" +desc = "Read and write LAS lidar point cloud files" +version = "0.3.4" [deps] ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"