From bffd31efa327e441a3eb91b4845088b90a7c8a8c Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Wed, 4 Oct 2023 09:23:35 +0200 Subject: [PATCH] build: bump Cargo.toml version This version is used by the python bindings. Since this is a new release bump them to the next number. We don't currently match the version number with iroh's version number. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c059c11..247ea566 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iroh-ffi" -version = "0.1.0" +version = "0.2.0" edition = "2021" publish = false readme = "README.md"