Skip to content

Commit 44bff33

Browse files
authored
1.2.0 release
update development status and python version support
1 parent 8c9e2e6 commit 44bff33

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.py

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

33
setup(
44
name='python-nomad',
5-
version='1.1.0',
5+
version='1.2.0',
66
install_requires=['requests'],
77
packages=['nomad', 'nomad.api'],
88
url='http://github.com/jrxfive/python-nomad',
@@ -11,12 +11,14 @@
1111
author_email='jrxfive@gmail.com',
1212
description='Client library for Hashicorp Nomad',
1313
classifiers=[
14-
'Development Status :: 3 - Alpha',
14+
'Development Status :: 5 - Production/Stable',
1515
'Intended Audience :: Developers',
1616
'License :: OSI Approved :: MIT License',
1717
'Programming Language :: Python :: 2.7',
1818
'Programming Language :: Python :: 3.5',
1919
'Programming Language :: Python :: 3.6',
20+
'Programming Language :: Python :: 3.7',
21+
'Programming Language :: Python :: 3.8',
2022
],
2123
keywords='nomad hashicorp client',
2224
)

0 commit comments

Comments
 (0)