We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21fe85 commit fd1edebCopy full SHA for fd1edeb
setup.py
@@ -11,13 +11,13 @@ def run(self):
11
setup(
12
name='sentibank',
13
packages=['sentibank'],
14
- version='0.2.1',
+ version='0.2.2',
15
license='CC BY-NC-SA 4.0',
16
description='Unifying sentiment lexicons and dictionaries into an accessible open python package',
17
author='Nick S.H Oh',
18
author_email='research@socius.org',
19
url='https://github.com/socius-org/sentibank',
20
- download_url='https://github.com/socius-org/sentibank/archive/refs/tags/0.2.1.tar.gz',
+ download_url='https://github.com/socius-org/sentibank/archive/refs/tags/0.2.2.tar.gz',
21
keywords=[
22
'AI',
23
'Social Science',
0 commit comments