Skip to content

Commit 7e76bcc

Browse files
committed
version and dependency version bump prior to release
1 parent c692dac commit 7e76bcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stam-python"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
edition = "2021"
55
authors = ["Maarten van Gompel <[email protected]>"]
66
description = "STAM is a library for dealing with standoff annotations on text"
@@ -18,7 +18,7 @@ crate-type = ["cdylib"]
1818

1919
[dependencies]
2020
pyo3 = "0.18.2"
21-
stam = "0.4.0"
21+
stam = "0.5.0"
2222

2323
[features]
2424
default = ["pyo3/extension-module"]

0 commit comments

Comments
 (0)