Skip to content

Commit

Permalink
Merge pull request #147 from artefactory/hotfix/license
Browse files Browse the repository at this point in the history
Hotfix/license
  • Loading branch information
hugovasselin authored Feb 18, 2021
2 parents 30d7ee5 + cf5b034 commit e856983
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
)

0 comments on commit e856983

Please sign in to comment.