Skip to content

Commit a84c4dd

Browse files
author
Shariq Hashme
committed
bump version number
1 parent 65ae559 commit a84c4dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@
2525
setup(
2626
name = 'scaleapi',
2727
packages = ['scaleapi'],
28-
version = '0.2.13',
29-
description = 'The official Python client library for the Scale API, the API for human labor.',
28+
version = '0.2.14',
29+
description = 'The official Python client library for the Scale API, the API for human intelligence.',
3030
author = 'Calvin Huang',
3131
author_email = 'c@lvin.me',
3232
url = 'https://github.com/scaleapi/scaleapi-python-client',
33-
download_url = 'https://github.com/scaleapi/scaleapi-python-client/tarball/0.1.10',
3433
keywords = ['scale', 'scaleapi', 'humans', 'tasks', 'categorization', 'transcription', 'annotation', 'comparison', 'data collection', 'audio transcription'],
3534
install_requires = install_requires,
3635
classifiers = ['Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)