From bb497ed5b400cfb9574eec724b74c0651d647cf5 Mon Sep 17 00:00:00 2001 From: Simeon Warner Date: Thu, 4 Jul 2013 23:19:56 -0400 Subject: [PATCH] Bump version --- resync/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resync/_version.py b/resync/_version.py index 9753846..8a58fb4 100644 --- a/resync/_version.py +++ b/resync/_version.py @@ -3,4 +3,4 @@ # Format: x.y.z where # x.y is spec version, see http://www.openarchives.org/rs/x.y/ # z is incremented for revisions within that version, 1... -__version__ = '0.9.1' +__version__ = '0.9.2'