Skip to content

Commit db31eaa

Browse files
authored
update version (#173)
1 parent ff1f1db commit db31eaa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name='python-nomad',
9-
version='2.0.1',
9+
version='2.1.0',
1010
install_requires=['requests'],
1111
packages=['nomad', 'nomad.api'],
1212
url='http://github.com/jrxfive/python-nomad',
@@ -26,6 +26,7 @@
2626
'Programming Language :: Python :: 3.10',
2727
'Programming Language :: Python :: 3.11',
2828
'Programming Language :: Python :: 3.12',
29+
'Programming Language :: Python :: 3.13',
2930
],
3031
keywords='nomad hashicorp client',
3132
)

0 commit comments

Comments
 (0)