Skip to content

Commit

Permalink
Back to work
Browse files Browse the repository at this point in the history
  • Loading branch information
phihos committed Feb 14, 2024
1 parent bf0e19f commit f1e10a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyduckling-native-phihos"
version = "0.2.0"
version = "0.3.0-dev0"
authors = ["Edgar Andrés Margffoy Tuay <[email protected]>", "Philipp Hossner <[email protected]>"]
description = "Rust-based Python wrapper for duckling library in Haskell."
repository = "https://github.com/phihos/pyduckling"
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f1e10a6

Please sign in to comment.