diff options
| author | David Reid <dreid@dreid.org> | 2014-07-07 10:47:32 -0700 | 
|---|---|---|
| committer | David Reid <dreid@dreid.org> | 2014-07-07 10:47:32 -0700 | 
| commit | e4b1e854e0482ae4bc363f7938ad5b214c124d9f (patch) | |
| tree | 41c8c981f418f588df3d20d58899bccbb703c95d /cryptography | |
| parent | 625edcabb8f1a6e11ae25f92facc0eafd76a4cbe (diff) | |
| parent | 3c6a239d69e871d6ce900c22cc3713568c89c121 (diff) | |
| download | cryptography-e4b1e854e0482ae4bc363f7938ad5b214c124d9f.tar.gz cryptography-e4b1e854e0482ae4bc363f7938ad5b214c124d9f.tar.bz2 cryptography-e4b1e854e0482ae4bc363f7938ad5b214c124d9f.zip | |
Merge pull request #1219 from reaperhulk/increment-version-0.5
update to version 0.5
Diffstat (limited to 'cryptography')
| -rw-r--r-- | cryptography/__about__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cryptography/__about__.py b/cryptography/__about__.py index ccbcdfe8..f18f5099 100644 --- a/cryptography/__about__.py +++ b/cryptography/__about__.py @@ -22,7 +22,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes"                 " and primitives to Python developers.")  __uri__ = "https://github.com/pyca/cryptography" -__version__ = "0.5.dev1" +__version__ = "0.5"  __author__ = "The cryptography developers"  __email__ = "cryptography-dev@python.org" | 
