Skip to content

Commit 7402ba2

Browse files
committed
release: bump to 0.2.1
Signed-off-by: Tristram Gräbener <tristram+git@tristramg.eu>
1 parent a53160b commit 7402ba2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "liblrs"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Library to manipulate linear referencing systems"
66
license = "MIT"

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "liblrs_python"
33
description = "Python bindings for liblrs: a library to work with linear referencing systems"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/osrd-project/liblrs/"

wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pmtiles": "3.2.0"
2222
},
2323
"name": "liblrs",
24-
"version": "0.2.0",
24+
"version": "0.2.1",
2525
"repository": {
2626
"type": "git",
2727
"url": "https://github.com/osrd-project/liblrs/"

0 commit comments

Comments
 (0)