diff options
| author | David Reid <dreid@dreid.org> | 2014-01-08 11:42:45 -0800 |
|---|---|---|
| committer | David Reid <dreid@dreid.org> | 2014-01-08 11:42:45 -0800 |
| commit | d873b4cf3f53f7dee8ed68722e9c413d9f60881c (patch) | |
| tree | 2b2a37d65775f56e63f84c9b33a97773bf4a24d4 /cryptography | |
| parent | 4177d48e652f95216bf6d630ef035142c1fbe54c (diff) | |
| download | cryptography-d873b4cf3f53f7dee8ed68722e9c413d9f60881c.tar.gz cryptography-d873b4cf3f53f7dee8ed68722e9c413d9f60881c.tar.bz2 cryptography-d873b4cf3f53f7dee8ed68722e9c413d9f60881c.zip | |
Prepare to 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 54a9dbe6..95f85749 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.1.dev1" +__version__ = "0.1" __author__ = ("Alex Gaynor, Hynek Schlawack, Donald Stufft, " "Laurens Van Houtven, Jean-Paul Calderone, Christian Heimes, " |
