Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 14b4e12

Browse files
committed
merge with v3 [ci skip]
1 parent b219e3f commit 14b4e12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='mljar',
13-
version='0.0.8',
13+
version='0.0.9',
1414
description='Python wrapper over MLJAR API',
1515
long_description=long_description,
1616
url='https://github.com/mljar/mljar-api-python',
@@ -19,9 +19,9 @@
1919
license='Apache-2.0',
2020
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
2121
install_requires=['requests', 'marshmallow'],
22-
classifiers=(
22+
classifiers=[
2323
'Programming Language :: Python',
2424
'Programming Language :: Python :: 2.7',
2525
'Programming Language :: Python :: 3.6'
26-
),
26+
]
2727
)

0 commit comments

Comments
 (0)