Skip to content

Commit e5ed5b4

Browse files
authored
bumpversion to 1.4.0 (#20)
1 parent 2a01c99 commit e5ed5b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Sequence tagging with spaCy and crfsuite.
44

5-
Copied from [Rasa NLU](https://github.com/RasaHQ/rasa/blob/master/rasa/nlu/extractors/crf_entity_extractor.py).
5+
A port of [Rasa NLU](https://github.com/RasaHQ/rasa/blob/master/rasa/nlu/extractors/crf_entity_extractor.py).
66

77
## ✨ Features
88

@@ -273,4 +273,4 @@ Run black (code formatting)
273273

274274
```sh
275275
$ poetry run black spacy_crfsuite/ --config=pyproject.toml
276-
```
276+
```

spacy_crfsuite/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "spacy_crfsuite"
2-
__version__ = "1.3.0"
2+
__version__ = "1.4.0"
33
__summary__ = "spaCy pipeline component for CRF entity extraction"
44
__author__ = "Tal Almagor"
55
__email__ = "[email protected]"

0 commit comments

Comments
 (0)