We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53160b commit 7402ba2Copy full SHA for 7402ba2
3 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "liblrs"
3
-version = "0.2.0"
+version = "0.2.1"
4
edition = "2021"
5
description = "Library to manipulate linear referencing systems"
6
license = "MIT"
python/Cargo.toml
@@ -1,7 +1,7 @@
name = "liblrs_python"
description = "Python bindings for liblrs: a library to work with linear referencing systems"
7
repository = "https://github.com/osrd-project/liblrs/"
wasm/package.json
@@ -21,7 +21,7 @@
21
"pmtiles": "3.2.0"
22
},
23
"name": "liblrs",
24
- "version": "0.2.0",
+ "version": "0.2.1",
25
"repository": {
26
"type": "git",
27
"url": "https://github.com/osrd-project/liblrs/"
0 commit comments