From 842c772073c1cf53a3efab756f1ed3a4be66f558 Mon Sep 17 00:00:00 2001 From: CoreRasurae Date: Mon, 5 Jan 2026 22:34:28 +0000 Subject: [PATCH] chore: Bump release version to v0.1.0 --- CHANGELOG.md | 3 +++ setup.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8775031..7e476be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,6 @@ ## v0.0.1 * Initial release. +## v0.1.0 + * Allow single RDF ontoly submission (JSON ontology file is now optional) + * Enable logging to STDOUT by default diff --git a/setup.cfg b/setup.cfg index 91ab48d..172ff8c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cleverswarm_python_client -version = 0.0.1 +version = 0.1.0 description = A set of Python client utilities and SDK for interacting with CleverSwarm micro-services long_description = file: README.md long_description_content_type = text/markdown