diff --git a/Cargo.lock b/Cargo.lock index 7d001ca..e620f27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -455,7 +455,7 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "liblrs" -version = "0.2.3" +version = "0.2.4" dependencies = [ "approx", "clap", @@ -479,7 +479,7 @@ dependencies = [ [[package]] name = "liblrs_python" -version = "0.2.3" +version = "0.2.4" dependencies = [ "geo-types", "liblrs", diff --git a/Cargo.toml b/Cargo.toml index 59beffa..89aa0cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liblrs" -version = "0.2.3" +version = "0.2.4" edition = "2021" description = "Library to manipulate linear referencing systems" license = "MIT" diff --git a/python/Cargo.toml b/python/Cargo.toml index 58df52a..4467f4c 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.3" +version = "0.2.4" edition = "2021" license = "MIT" repository = "https://github.com/OpenRailAssociation/liblrs/" diff --git a/wasm/package.json b/wasm/package.json index fa719bd..025a082 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -20,7 +20,7 @@ "pmtiles": "4.0.1" }, "name": "liblrs", - "version": "0.2.3", + "version": "0.2.4", "repository": { "type": "git", "url": "https://github.com/OpenRailAssociation/liblrs/"