diff --git a/instruct-macros-types/Cargo.toml b/instruct-macros-types/Cargo.toml index 4116c4d..a93415f 100644 --- a/instruct-macros-types/Cargo.toml +++ b/instruct-macros-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instruct-macros-types" -version = "0.1.6" +version = "0.1.7" edition = "2021" authors = ["Ivan Leo "] description = "Instructor Macro Types are a collection of simple types that we export to work with the instruct-macros crate" diff --git a/instruct-macros/Cargo.toml b/instruct-macros/Cargo.toml index 1d47d30..aa4995c 100644 --- a/instruct-macros/Cargo.toml +++ b/instruct-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instruct-macros" -version = "0.1.6" +version = "0.1.7" edition = "2018" authors = ["Ivan Leo "] description = "instruct-macros are a collection of simple macros that we're using in Instructor-AI to generate json schema from Serde Objects" diff --git a/instructor/Cargo.toml b/instructor/Cargo.toml index 023854e..0b1988c 100644 --- a/instructor/Cargo.toml +++ b/instructor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instructor-ai" -version = "0.1.6" +version = "0.1.7" edition = "2021" authors = ["Ivan Leo "] description = "instructor-ai is a simple crate that allows for users to do validated structured outputs"