diff --git a/Cargo.lock b/Cargo.lock index e7c459085..9edbd9b43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -557,7 +557,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "whitebox_tools" -version = "1.2.1" +version = "1.3.0" dependencies = [ "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3a6549a9a..d4e3166e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "whitebox_tools" -version = "1.2.1" +version = "1.3.0" authors = ["John Lindsay "] description = "A library for analyzing geospatial data." keywords = ["geospatial", "GIS", "remote sensing", "geomatics", "image processing", "lidar", "spatial analysis"]