We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1f1db commit db31eaaCopy full SHA for db31eaa
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
7
setuptools.setup(
8
name='python-nomad',
9
- version='2.0.1',
+ version='2.1.0',
10
install_requires=['requests'],
11
packages=['nomad', 'nomad.api'],
12
url='http://github.com/jrxfive/python-nomad',
@@ -26,6 +26,7 @@
26
'Programming Language :: Python :: 3.10',
27
'Programming Language :: Python :: 3.11',
28
'Programming Language :: Python :: 3.12',
29
+ 'Programming Language :: Python :: 3.13',
30
],
31
keywords='nomad hashicorp client',
32
)
0 commit comments