From d82efded5966a6dc4da75d0d8ae1fd79c39ef642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Dukai?= Date: Wed, 28 Jun 2023 20:41:51 +0200 Subject: [PATCH] Bump version to 0.3.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 762ef7d..8383cb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -871,7 +871,7 @@ dependencies = [ [[package]] name = "tyler" -version = "0.3.4" +version = "0.3.5" dependencies = [ "bitvec", "clap 4.0.32", diff --git a/Cargo.toml b/Cargo.toml index 97690a7..5041801 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tyler" -version = "0.3.4" +version = "0.3.5" edition = "2021" authors = ["Balázs Dukai ", "Ravi Peters "] description = "Create tiles from 3D city objects encoded as CityJSONFeatures."