From 773e81e743f072970c7da9215a4616b09bbde5c2 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Apr 2026 18:09:11 +0000 Subject: [PATCH] Bump version to 0.2.0 https://claude.ai/code/session_01TvC4EgedZMk7JPJbHRTVh9 --- clipsync/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clipsync/__init__.py b/clipsync/__init__.py index fb65226..92bc5da 100644 --- a/clipsync/__init__.py +++ b/clipsync/__init__.py @@ -1,3 +1,3 @@ """ClipSync: peer-to-peer clipboard sync over Syncthing.""" -__version__ = "0.1.2" +__version__ = "0.2.0"