diff --git a/odoo-api/Cargo.toml b/odoo-api/Cargo.toml index f119156..3959818 100644 --- a/odoo-api/Cargo.toml +++ b/odoo-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "odoo-api" -version = "0.2.5" +version = "0.2.5.1" authors = ["Ryan Cole "] description = "Type-safe and full-coverage implementation of the Odoo JSON-RPC API, including ORM and Web methods. Supports sessioning, multi-database, async and blocking via reqwest, and bring-your-own requests." repository = "https://github.com/ryanc-me/odoo-api-rs"