Skip to content

Commit 2bf7938

Browse files
committed
Change version and classifiers
1 parent 20b8c60 commit 2bf7938

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@ version = attr: tsnorm.__version__
44
author = Vladimir Larkin
55
author_email = vladimir@larkin.one
66
url = https://github.com/NetherQuartz/TextForSpeechNormalizer
7-
description = A library to put stress mark and Ё in Russian text
7+
description = A library to put stress marks in Russian text
88
long_description = file: README.md
99
long_description_content_type = text/markdown
10-
keywords = nlp, accentuation, yofication, wiktionary, russian-language, setuptools, spacy
10+
keywords = nlp, accentuation, wiktionary, russian-language, setuptools, spacy
1111
classifiers =
1212
Programming Language :: Python :: 3 :: Only
1313
Typing :: Typed
1414
Topic :: Text Processing :: Linguistic
1515
Natural Language :: Russian
1616
Intended Audience :: Developers
1717
Intended Audience :: Science/Research
18-
Development Status :: 4 - Beta
18+
Development Status :: 5 - Production/Stable
19+
License :: OSI Approved :: MIT License
1920

2021
[options]
2122
packages = find:

tsnorm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .normalize import Normalizer
22
from .spacy_model import download_model
33

4-
__version__ = "0.1.14"
4+
__version__ = "1.0.0"
55

66

77
download_model()

0 commit comments

Comments
 (0)