From 0f3483eee8bce78b72614fc50966e412c1ea31ee Mon Sep 17 00:00:00 2001 From: Donald Stufft <donald@stufft.io> Date: Mon, 28 Oct 2013 15:40: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 8f70c838..95d30772 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.2" +__version__ = "0.2.3" __author__ = "Donald Stufft" __email__ = "donald@stufft.io" -- GitLab