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/"