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 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', ], )