Skip to content

Commit

Permalink
Bump ontology version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienball committed Oct 2, 2018
1 parent 3c5f6a7 commit 6ce5018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <platforms/snips-nlu-ontology-python>`_ for the python wrapper.

Ontology version: 0.6.0
Ontology version: 0.7.0

Supported languages
-------------------
Expand Down
2 changes: 1 addition & 1 deletion snips-nlu-ontology/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit 6ce5018

Please sign in to comment.