From 7402ba26a0d0f4d2c85ee12448f0353b20490bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristram=20Gr=C3=A4bener?= Date: Tue, 15 Oct 2024 08:36:47 +0200 Subject: [PATCH] release: bump to 0.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tristram Gräbener --- Cargo.toml | 2 +- python/Cargo.toml | 2 +- wasm/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2ecfaba..b4bff65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liblrs" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Library to manipulate linear referencing systems" license = "MIT" diff --git a/python/Cargo.toml b/python/Cargo.toml index 602505b..f5d6316 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "liblrs_python" description = "Python bindings for liblrs: a library to work with linear referencing systems" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT" repository = "https://github.com/osrd-project/liblrs/" diff --git a/wasm/package.json b/wasm/package.json index f6f21f9..e5eb428 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -21,7 +21,7 @@ "pmtiles": "3.2.0" }, "name": "liblrs", - "version": "0.2.0", + "version": "0.2.1", "repository": { "type": "git", "url": "https://github.com/osrd-project/liblrs/"