diff --git a/Cargo.lock b/Cargo.lock index 4e5471d..68f30d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -538,7 +538,7 @@ checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" [[package]] name = "liblrs" -version = "0.2.4" +version = "0.2.5" dependencies = [ "approx", "clap", @@ -562,7 +562,7 @@ dependencies = [ [[package]] name = "liblrs_python" -version = "0.2.4" +version = "0.2.5" dependencies = [ "geo-types", "liblrs", diff --git a/Cargo.toml b/Cargo.toml index ce565c3..05d9c5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liblrs" -version = "0.2.4" +version = "0.2.5" edition = "2021" description = "Library to manipulate linear referencing systems" license = "MIT" diff --git a/python/Cargo.toml b/python/Cargo.toml index ba9d480..a359611 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.4" +version = "0.2.5" edition = "2021" license = "MIT" repository = "https://github.com/OpenRailAssociation/liblrs/" diff --git a/wasm/package-lock.json b/wasm/package-lock.json index 3817a42..4b48690 100644 --- a/wasm/package-lock.json +++ b/wasm/package-lock.json @@ -1,12 +1,12 @@ { "name": "liblrs", - "version": "0.2.4", + "version": "0.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "liblrs", - "version": "0.2.4", + "version": "0.2.5", "dependencies": { "@turf/bbox": "7.2.0", "@turf/helpers": "7.2.0", diff --git a/wasm/package.json b/wasm/package.json index 18f8acc..cef5a8f 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -21,7 +21,7 @@ "text-encoding": "^0.7.0" }, "name": "liblrs", - "version": "0.2.4", + "version": "0.2.5", "repository": { "type": "git", "url": "https://github.com/OpenRailAssociation/liblrs/"