From 413c06c382258b88b9df169b4009bb3a84e002f9 Mon Sep 17 00:00:00 2001 From: Donald Stufft <donald@stufft.io> Date: Mon, 28 Oct 2013 10:10:02 -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 1e6be94b..0ed2f628 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.1.0" +__version__ = "0.2.0" __author__ = "Donald Stufft" __email__ = "donald@stufft.io" -- GitLab