From 1f71e8f250653de21923d3c908594fe4242e9107 Mon Sep 17 00:00:00 2001 From: Donald Stufft <donald@stufft.io> Date: Mon, 28 Oct 2013 15:36:59 -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 4e26eaf8..8f70c838 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.1" +__version__ = "0.2.2" __author__ = "Donald Stufft" __email__ = "donald@stufft.io" -- GitLab