Skip to content

Commit 53dfdf9

Browse files
author
Nito
committed
Version update
1 parent 9ac166a commit 53dfdf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eld/languageDetector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def __init__(self, subset_file=''):
1515
super().__init__()
1616
languageData.load_ngrams(subset_file)
1717
self.__do_clean_text = False
18-
self.VERSION = '1.0.5' # Has to match setup.py version
18+
self.VERSION = '1.0.6' # Has to match setup.py version
1919

2020
def detect(self, text):
2121
"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "eld"
7-
version = "1.0.5"
7+
version = "1.0.6"
88
# Update VERSION at languageDetector.py too
99
authors = ["Nito T.M."]
1010
description = "Fast and accurate natural language detection. Detector written in Python. Nito-ELD, ELD."

0 commit comments

Comments
 (0)