diff --git a/src/nacl/__init__.py b/src/nacl/__init__.py
index 1e6be94b991a9fcadf23e0dae1b42dbbc3e9f703..0ed2f628ec82a6418e5a5c03b598190919140fe0 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"