From c8475ebddadf8fe42f2cc519d9579b7a72d9b98b Mon Sep 17 00:00:00 2001 From: Donald Stufft <donald@stufft.io> Date: Sun, 14 Apr 2013 01:19:09 -0400 Subject: [PATCH] Bump Version to 0.1.0 --- docs/conf.py | 4 ++-- nacl/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 628c9f1c..e3b19119 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 69e3431d..822b902e 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" -- GitLab