diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-20 10:44:16 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-20 10:44:16 -0800 |
| commit | 63614e8671b340da8b98ff75f135fae03c170d12 (patch) | |
| tree | 2849309ccf5c19683a731322b5b950cd0c22070c /cryptography | |
| parent | 2f15224a3fecceb40b4336773e2c88d4c0902ca1 (diff) | |
| download | cryptography-63614e8671b340da8b98ff75f135fae03c170d12.tar.gz cryptography-63614e8671b340da8b98ff75f135fae03c170d12.tar.bz2 cryptography-63614e8671b340da8b98ff75f135fae03c170d12.zip | |
Bump version numbers for 0.2 release
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 ee1d8a05..2d2c698d 100644 --- a/cryptography/__about__.py +++ b/cryptography/__about__.py @@ -22,7 +22,7 @@ __summary__ = ("cryptography is a package designed to expose cryptographic " "recipes and primitives to Python developers.") __uri__ = "https://github.com/pyca/cryptography" -__version__ = "0.2.dev1" +__version__ = "0.2" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |
