From 196e8862431372b5d1ec2d76a28a684b54030af1 Mon Sep 17 00:00:00 2001 From: David Fairbrother Date: Fri, 3 Jan 2025 15:55:10 +0000 Subject: [PATCH] Bump to v1.0.0 and update author Update author to reflect entire group and bump to v1 with latest breaking changes removing various HV presets --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 61e079e..1d523f4 100644 --- a/setup.py +++ b/setup.py @@ -7,9 +7,9 @@ setup( name="openstackquery", - version="0.1.4", - author="Anish Mudaraddi", - author_email="", + version="1.0.0", + author="STFC Cloud Team", + author_email="", description=DESCRIPTION, long_description=LONG_DESCRIPTION, packages=find_packages(),