diff --git a/instruct-macros-types/Cargo.toml b/instruct-macros-types/Cargo.toml index a93415f..2d466cb 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.7" +version = "0.1.8" 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 4722b7b..ed176ea 100644 --- a/instruct-macros/Cargo.toml +++ b/instruct-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instruct-macros" -version = "0.1.7" +version = "0.1.8" 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"