From f4d74af6e2e96c003b9365cfa4feec346aad2517 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 1 Jun 2023 13:38:52 -0400
Subject: [PATCH] bump version number

---
 tahoe-ssk.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tahoe-ssk.cabal b/tahoe-ssk.cabal
index bd04c33..e0cb898 100644
--- a/tahoe-ssk.cabal
+++ b/tahoe-ssk.cabal
@@ -21,7 +21,7 @@ name:               tahoe-ssk
 -- PVP summary:     +-+------- breaking API changes
 --                  | | +----- non-breaking API additions
 --                  | | | +--- code changes with no API change
-version:            0.1.0.0
+version:            0.2.0.0
 
 -- A short (one-line) description of the package.
 synopsis:
-- 
GitLab