From aaa176ba06f22dd992f99e0ee0512ffabc2fdc20 Mon Sep 17 00:00:00 2001 From: CoreRasurae Date: Thu, 11 Sep 2025 22:00:44 +0100 Subject: [PATCH] chore: Fix version to be 0.0.1 instead of 0.1.0 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 09f7405..a815cef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = clevercloud_storage_framework -version = 0.1.0 +version = 0.0.1 description = A unified framework for interacting with various AWS storage services long_description = file: README.md long_description_content_type = text/markdown @@ -10,7 +10,7 @@ license = Apache license_files = LICENSE url = https://git.cleverthis.com/cleverlibre/clevercloud-storage classifiers = - Development Status :: 5 - Production/Stable + Development Status :: 4 - Beta Intended Audience :: Developers License :: OSI Approved :: Apache Software License Operating System :: Unix