diff --git a/docs/conf.py b/docs/conf.py index 628c9f1c0d9b9662fdfcbf9ea574071b567b53dc..e3b19119eab7ed5a9e1c41de6e7f80012ba6603a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,9 +49,9 @@ copyright = u'2013, Donald Stufft and Individual Contributors' # built documents. # # The short X.Y version. -version = '1.0' +version = '0.1' # The full version, including alpha/beta/rc tags. -release = '1.0.dev1' +release = '0.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/nacl/__init__.py b/nacl/__init__.py index 69e3431d08ab49d693a95699f22c4e3bd254d4a8..822b902edb1d4c66a922f5148101184ff3a66a7d 100644 --- a/nacl/__init__.py +++ b/nacl/__init__.py @@ -10,7 +10,7 @@ __title__ = "PyNaCl" __summary__ = "Python binding to the Networking and Cryptography (NaCl) library" __uri__ = "https://github.com/dstufft/pynacl/" -__version__ = "0.1dev1" +__version__ = "0.1.0" __author__ = "Donald Stufft" __email__ = "donald@stufft.io"