Skip to content

Commit 13a382d

Browse files
author
SOCIALSCIENCEai
committed
v0.1.1
1 parent 5b71d1a commit 13a382d

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.1',
14+
version='0.1.1',
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='nick.sh.oh@gmail.com',
1919
url='https://github.com/socius-org/sentibank',
20-
download_url='https://github.com/socius-org/sentibank/archive/refs/tags/0.1.tar.gz',
20+
download_url='https://github.com/socius-org/sentibank/archive/refs/tags/0.1.1.tar.gz',
2121
keywords=[
2222
'AI',
2323
'Social Science',

0 commit comments

Comments
 (0)