Skip to content

Commit 9351d08

Browse files
authored
Update minor version, and remove beta classification (algorithmiaio#37)
1 parent 385a10b commit 9351d08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='algorithmia',
7-
version='1.3.0',
7+
version='1.4.0',
88
description='Algorithmia Python Client',
99
long_description='Algorithmia Python Client is a client library for accessing Algorithmia from python code. This library also gets bundled with any Python algorithms in Algorithmia.',
1010
url='http://github.com/algorithmiaio/algorithmia-python',
@@ -25,7 +25,7 @@
2525
],
2626
include_package_data=True,
2727
classifiers=[
28-
'Development Status :: 4 - Beta',
28+
'Development Status :: 5 - Production/Stable',
2929
'Intended Audience :: Developers',
3030
'Natural Language :: English',
3131
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)