diff --git a/README.md b/README.md index b45c427..b29fbad 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,16 @@

- + - + - + - + @@ -30,8 +30,6 @@

-⚡⚡ **Nuevo Release v0.0.5** ⚡⚡ Implementación de 28 algoritmos de limpieza y pre-procesamiento de datos -
## Indice @@ -43,7 +41,7 @@ - [Funcionamiento](#funcionamiento) - [Uso básico](#uso-basico) - [Uso avanzado](#uso-avanzado) - - [Pre-procesamiento de datos](#preprocesamiento-de-texto) ⚡⚡ **Nuevo v0.0.5** ⚡⚡ + - [Pre-procesamiento de datos](#preprocesamiento-de-texto) - [Beta Testing](#beta-testing) - [Reportar un bug](#reportar-un-bug) - [Contribuidorxs](#contribuidorxs) @@ -105,12 +103,14 @@ Incluye: ## Instalación -**Nota:** Esta versión se encuentra en Beta. No la use en producción aún. -Te recomiendo que la instales, pruebes y haz doble check sobre los resultados. -Si encuentras algún problema escribeme o puedes crear un issue [aquí](https://github.com/jfreddypuentes/spanlp/issues/new) - +Para instalar la última versión use: ```console -pip install -i https://test.pypi.org/simple/ spanlp +pip install spanlp +``` + +Para instalar una versión específica use (por ejemplo): +``` +pip install spanlp==1.0.1 ``` ## Funcionamiento diff --git a/setup.py b/setup.py index b62ebf2..6e64545 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ st.setup( name='spanlp', packages=st.find_packages(include=['spanlp', 'spanlp.*']), - version='0.0.4', + version='1.0.1', description='A fast, robust Python library to check for profanity or offensive language in Spanish strings.' 'It contains all the rude words of Spanish-speaking countries (Argentina, Bolivia, Chile, Colombia, ' 'Costa Rica, Cuba, Ecuador, El Salvador, España, Guatemala, Guinea Ecuatorial, Honduras, Mexico, ' @@ -29,7 +29,7 @@ 'Programming Language :: Python', 'Topic :: Software Development', 'Topic :: Scientific/Engineering', - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 5 - Production/Stable', "Programming Language :: Python :: 3", 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',