From 6ce501839e2faefef83de754aa9699a1fa580e90 Mon Sep 17 00:00:00 2001 From: Adrien Ball Date: Tue, 2 Oct 2018 15:52:16 +0200 Subject: [PATCH] Bump ontology version to 0.7.0 --- README.rst | 2 +- snips-nlu-ontology/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ff72a4d..4f15b03 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ Snips NLU Ontology Ontology of the Snips NLU library API which describes supported languages and builtin entities. Please refer to `this page `_ for the python wrapper. -Ontology version: 0.6.0 +Ontology version: 0.7.0 Supported languages ------------------- diff --git a/snips-nlu-ontology/src/lib.rs b/snips-nlu-ontology/src/lib.rs index 03c4078..9d354e9 100644 --- a/snips-nlu-ontology/src/lib.rs +++ b/snips-nlu-ontology/src/lib.rs @@ -25,4 +25,4 @@ pub use entity::grammar_entity::*; pub use ontology::*; pub use language::*; -pub static ONTOLOGY_VERSION: &str = "0.6.0"; +pub static ONTOLOGY_VERSION: &str = "0.7.0";