From ff1b060fc24b646698d2ed818bc65c6989d017ba Mon Sep 17 00:00:00 2001 From: Adrien Barbaresi Date: Mon, 29 Nov 2021 18:58:43 +0100 Subject: [PATCH] version bump --- MANIFEST.in | 6 +++--- py3langid/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 09c3e00..5c969ae 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,11 +6,11 @@ include HISTORY.rst include LICENSE include README.rst -recursive-exclude * __pycache__ -recursive-exclude * *.py[co] - graft py3langid/data/ graft tests/ +recursive-exclude * __pycache__ +recursive-exclude * *.py[co] + # recursive-include conf.py Makefile make.bat *.jpg *.png *.gif # recursive-include docs *.rst \ No newline at end of file diff --git a/py3langid/__init__.py b/py3langid/__init__.py index d32a005..930cb47 100644 --- a/py3langid/__init__.py +++ b/py3langid/__init__.py @@ -1,3 +1,3 @@ from .langid import classify, rank, set_languages -__version__ = '0.1.2' +__version__ = '0.2.0' diff --git a/setup.py b/setup.py index 7c4170b..f5b4c51 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def get_long_description(): long_description=get_long_description(), python_requires='>=3.6', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Intended Audience :: Information Technology', 'Intended Audience :: Science/Research',