diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-08-12 09:30:55 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-08-12 09:30:55 -0400 |
commit | 4abba0474a751192b5abbd5a97c1817021aae337 (patch) | |
tree | 3a591713650e03c397b54cc6aaf1d9f260d157c6 /src | |
parent | 7865d9d3e0da44c5ab181f89d5fef275df61be6f (diff) | |
parent | 55ab805cf8fae5b347f71ce78fb80b081ddf9a8c (diff) | |
download | cryptography-4abba0474a751192b5abbd5a97c1817021aae337.tar.gz cryptography-4abba0474a751192b5abbd5a97c1817021aae337.tar.bz2 cryptography-4abba0474a751192b5abbd5a97c1817021aae337.zip |
Merge pull request #2266 from reaperhulk/10-release
bump versions and release 1.0
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 9c28be2e..ec537e15 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__ = "1.0.dev1" +__version__ = "1.0" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |