From 21902ec7f2a5ca309eed7386817634ec135c8e28 Mon Sep 17 00:00:00 2001 From: wardmos <290079498+wardmos@users.noreply.github.com> Date: Thu, 13 Aug 2026 15:27:49 -0400 Subject: [PATCH] chore: bump version to 0.1.1 --- src/shotquill/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shotquill/__init__.py b/src/shotquill/__init__.py index 951cccf..ad98c56 100644 --- a/src/shotquill/__init__.py +++ b/src/shotquill/__init__.py @@ -2,4 +2,4 @@ # Copyright (C) 2026 wardmos """shotquill — cross-platform screenshot & annotation tool (macOS first).""" -__version__ = "0.1.0" +__version__ = "0.1.1"