From 027a16a76978f60afedd633c47131d0f7d1abd6a Mon Sep 17 00:00:00 2001 From: jfm Date: Thu, 30 Oct 2025 07:09:27 +0100 Subject: [PATCH] Readded setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3cbf6e0..c211555 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name='rapt-cloud-api', - version='0.2.0', + version='0.2.2', author='Jesper Fussing Mørk', author_email='jfmo@moerks.dk', description='Client Library for the rapt.io api',