Kaydet (Commit) 2108a54f authored tarafından shin-'s avatar shin-

Bumped version in setup.py and changed development status from alpha to beta

üst afba52dc
...@@ -8,16 +8,18 @@ SOURCE_DIR = os.path.join(ROOT_DIR) ...@@ -8,16 +8,18 @@ SOURCE_DIR = os.path.join(ROOT_DIR)
test_requirements = [] test_requirements = []
setup( setup(
name="docker-py", name="docker-py",
version='0.1.5', version='0.2.0',
description="Python client for Docker.", description="Python client for Docker.",
packages=['docker'], packages=['docker'],
install_requires=['requests', 'six'] + test_requirements, install_requires=['requests', 'six'] + test_requirements,
zip_safe=False, zip_safe=False,
test_suite='tests', test_suite='tests',
classifiers=['Development Status :: 3 - Alpha', classifiers=['Development Status :: 4 - Beta',
'Environment :: Other Environment', 'Environment :: Other Environment',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python', 'Programming Language :: Python',
'Topic :: Utilities'], 'Topic :: Utilities',
'License :: OSI Approved :: Apache Software License'
],
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment