From abc22c97dbd517c1dffb58b363b907206efa4a03 Mon Sep 17 00:00:00 2001 From: Husam Soboh Date: Sun, 22 Mar 2026 14:15:49 +0200 Subject: [PATCH] chore: bump version to 0.12.2 32 additional fixes since 0.12.1: transfer hardening, server validation, frontend polish, MCP tool fixes. Co-Authored-By: Claude --- cloudhop/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudhop/__init__.py b/cloudhop/__init__.py index 47aad8c..4aa6575 100644 --- a/cloudhop/__init__.py +++ b/cloudhop/__init__.py @@ -1,3 +1,3 @@ """CloudHop - The easiest way to copy files between cloud storage services.""" -__version__ = "0.12.1" +__version__ = "0.12.2" diff --git a/pyproject.toml b/pyproject.toml index 82fa5ac..d7e886a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cloudhop" -version = "0.12.1" +version = "0.12.2" description = "The easiest way to copy files between cloud storage services" readme = "README.md" license = {text = "MIT"}