From 3770cee7489d3bb9469cfa007c3a89e27183f232 Mon Sep 17 00:00:00 2001 From: Konstantinos Demartinos Date: Mon, 19 Jul 2021 19:08:21 +0300 Subject: [PATCH] Bump version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44bcc5f..36cf726 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustpostal" -version = "0.1.1" +version = "0.2.0" authors = ["Konstantinos Demartinos "] edition = "2018" description = "Rust bindings to libpostal"