From f832dc8f6ec0c3c840dbaf45728f4c42d078e7ef Mon Sep 17 00:00:00 2001 From: Amale EL HAMRI Date: Thu, 18 Feb 2021 14:40:57 +0100 Subject: [PATCH 1/2] update license to Apache in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5fcdcaa..26aea11 100644 --- a/setup.py +++ b/setup.py @@ -37,12 +37,12 @@ long_description=long_description, long_description_content_type='text/markdown', author='Artefact', - license='MIT', + license='Apache', url='https://github.com/artefactory/NLPretext', install_requires=requirements, classifiers=[ 'Programming Language :: Python :: 3.7', - 'License :: OSI Approved :: MIT License', + 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', ], ) From cf5b03409f4c4b7d80a449ae9f1962c80221886a Mon Sep 17 00:00:00 2001 From: Amale EL HAMRI Date: Thu, 18 Feb 2021 14:44:23 +0100 Subject: [PATCH 2/2] update version --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7f20734..e6d5cb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file