From f0c26ca5fce71dbf5a6c38909601f845d767c98c Mon Sep 17 00:00:00 2001 From: Nikita BeLetskii Date: Fri, 31 Jan 2025 16:02:02 -0500 Subject: [PATCH] update version --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9c97309..c44d07b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name='python-nomad', - version='2.0.1', + version='2.1.0', install_requires=['requests'], packages=['nomad', 'nomad.api'], url='http://github.com/jrxfive/python-nomad', @@ -26,6 +26,7 @@ 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', ], keywords='nomad hashicorp client', )