From 093ebfe527d9ab0a148772452499377ee9b28595 Mon Sep 17 00:00:00 2001
From: Donald Stufft <donald@stufft.io>
Date: Mon, 28 Oct 2013 11:59:23 -0400
Subject: [PATCH] Bump version

---
 src/nacl/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nacl/__init__.py b/src/nacl/__init__.py
index 0ed2f628..4e26eaf8 100644
--- a/src/nacl/__init__.py
+++ b/src/nacl/__init__.py
@@ -24,7 +24,7 @@ __summary__ = ("Python binding to the Networking and Cryptography (NaCl) "
                "library")
 __uri__ = "https://github.com/pyca/pynacl/"
 
-__version__ = "0.2.0"
+__version__ = "0.2.1"
 
 __author__ = "Donald Stufft"
 __email__ = "donald@stufft.io"
-- 
GitLab