diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-12-17 21:07:51 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-12-17 21:07:51 -0800 |
commit | 01499799f44fa95431d22415f8f1b7f26df55b1b (patch) | |
tree | eeeccb6409f08581b46b5b66b64b94e5b829356a /src | |
parent | 4597edf00274c71c1f71f0e75d0c6bcfd62dcb8a (diff) | |
parent | 08120d79d88fe6de594211503abd70d43b43a114 (diff) | |
download | cryptography-01499799f44fa95431d22415f8f1b7f26df55b1b.tar.gz cryptography-01499799f44fa95431d22415f8f1b7f26df55b1b.tar.bz2 cryptography-01499799f44fa95431d22415f8f1b7f26df55b1b.zip |
Merge pull request #1541 from reaperhulk/start-eighth
open master for eighth release development
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptography/__about__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index f022b21d..f2700d57 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -14,7 +14,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes" " and primitives to Python developers.") __uri__ = "https://github.com/pyca/cryptography" -__version__ = "0.7" +__version__ = "0.8.dev1" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |