Skip to content

Commit

Permalink
Merge pull request #299 from snipsco/release/0.8.7
Browse files Browse the repository at this point in the history
Bump version and update README
  • Loading branch information
ClemDoum authored Jun 16, 2017
2 parents 75fea85 + 154bc6d commit 3e3afd8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Snips NLU (0.8.6)
# Snips NLU (0.8.7)

[![Build Status](https://jenkins2.snips.ai/buildStatus/icon?job=SDK/snips-nlu/master)](https://jenkins2.snips.ai/job/SDK/job/snips-nlu/view/Branches/job/master)

**Model Version (0.8.5)**

## Production Use

Python wheels of the `snips-nlu` package can be found on the nexus repository at this URL: https://nexus-repository.snips.ai/#browse/browse/components:pypi-internal
Expand Down Expand Up @@ -106,3 +108,12 @@ engine.fitted # True
```

where `dataset` is a dictionary which format is described [here](https://github.com/snipsco/snips-nlu/blob/develop/snips_nlu/tests/resources/sample_dataset.json)

### Versioning
The NLU Engine has a separated versioning for the underlying model:
``` python
import snips_nlu

model_version = snips_nlu.__model_version__
python_package_version = snips_nlu.__version__
```
2 changes: 1 addition & 1 deletion snips_nlu/__version__
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.6
0.8.7

0 comments on commit 3e3afd8

Please sign in to comment.