diff --git a/Cargo.toml b/Cargo.toml index eddc890..eab6bb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyduckling-native-phihos" -version = "0.2.0" +version = "0.3.0-dev0" authors = ["Edgar Andrés Margffoy Tuay ", "Philipp Hossner "] description = "Rust-based Python wrapper for duckling library in Haskell." repository = "https://github.com/phihos/pyduckling" diff --git a/README.md b/README.md index a68d179..c93ddbd 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,10 @@ pip install pyduckling-native-phihos The following table shows which PyDuckling version corresponds to which Duckling version -| PyDuckling | Duckling | -|------------|-------------------------------------------------------------------| -| 0.2.0 | v0.2.0.0 (commit [7520daa](https://github.com/facebook/duckling)) | +| PyDuckling | Duckling | +|--------------------|-------------------------------------------------------------------| +| 0.2.0 | v0.2.0.0 (commit [7520daa](https://github.com/facebook/duckling)) | +| 0.2.1 (unreleased) | v0.2.0.0 (commit [7520daa](https://github.com/facebook/duckling)) | ## Package usage PyDuckling provides access to the parsing capabilities of Duckling used to extract structured data from text.