From 45a0421edd811ee262185fd37c1bd6828dddcedd Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Wed, 25 Jun 2014 13:21:24 -0700
Subject: [PATCH] bump version to 0.3.0 so we don't forget

---
 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 95d30772..a6f7b59e 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.3"
+__version__ = "0.3.0"
 
 __author__ = "Donald Stufft"
 __email__ = "donald@stufft.io"
-- 
GitLab