diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-09 07:07:49 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-09 07:07:49 -0400 |
commit | bb4267b2f19e894c42887cfb17a0d492f3e113d1 (patch) | |
tree | d8a8a786a9b1b28450075c759ab8f6e24ce0c61d /src | |
parent | 3dd326767b34980f3095c67251d77a86bc9202fe (diff) | |
parent | 8ce597bff9678b8efdcd098012c415efccaab505 (diff) | |
download | cryptography-bb4267b2f19e894c42887cfb17a0d492f3e113d1.tar.gz cryptography-bb4267b2f19e894c42887cfb17a0d492f3e113d1.tar.bz2 cryptography-bb4267b2f19e894c42887cfb17a0d492f3e113d1.zip |
Merge pull request #1736 from reaperhulk/0.9-open-for-business
reopen tree for 0.9 development work
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 c760af71..0f8d4871 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.8" +__version__ = "0.9.dev1" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |