Skip to content

Commit fd1edeb

Browse files
author
SOCIALSCIENCEai
committed
v0.2.2 release
1 parent a21fe85 commit fd1edeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ def run(self):
1111
setup(
1212
name='sentibank',
1313
packages=['sentibank'],
14-
version='0.2.1',
14+
version='0.2.2',
1515
license='CC BY-NC-SA 4.0',
1616
description='Unifying sentiment lexicons and dictionaries into an accessible open python package',
1717
author='Nick S.H Oh',
1818
author_email='research@socius.org',
1919
url='https://github.com/socius-org/sentibank',
20-
download_url='https://github.com/socius-org/sentibank/archive/refs/tags/0.2.1.tar.gz',
20+
download_url='https://github.com/socius-org/sentibank/archive/refs/tags/0.2.2.tar.gz',
2121
keywords=[
2222
'AI',
2323
'Social Science',

0 commit comments

Comments
 (0)