We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9e2e6 commit 44bff33Copy full SHA for 44bff33
1 file changed
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='python-nomad',
5
- version='1.1.0',
+ version='1.2.0',
6
install_requires=['requests'],
7
packages=['nomad', 'nomad.api'],
8
url='http://github.com/jrxfive/python-nomad',
@@ -11,12 +11,14 @@
11
author_email='jrxfive@gmail.com',
12
description='Client library for Hashicorp Nomad',
13
classifiers=[
14
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 5 - Production/Stable',
15
'Intended Audience :: Developers',
16
'License :: OSI Approved :: MIT License',
17
'Programming Language :: Python :: 2.7',
18
'Programming Language :: Python :: 3.5',
19
'Programming Language :: Python :: 3.6',
20
+ 'Programming Language :: Python :: 3.7',
21
+ 'Programming Language :: Python :: 3.8',
22
],
23
keywords='nomad hashicorp client',
24
)
0 commit comments