diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-08 15:02:56 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-08 15:02:56 -0800 |
| commit | ec688200e2dde5cef94fe2eb60fa2f8f820eab47 (patch) | |
| tree | 180f213a49ab7e6c6d48d4ffea9d3ff20ed0a282 /cryptography | |
| parent | 0e2ba5c1c114b20341e5e083c9fb4369d100bd92 (diff) | |
| parent | d873b4cf3f53f7dee8ed68722e9c413d9f60881c (diff) | |
| download | cryptography-ec688200e2dde5cef94fe2eb60fa2f8f820eab47.tar.gz cryptography-ec688200e2dde5cef94fe2eb60fa2f8f820eab47.tar.bz2 cryptography-ec688200e2dde5cef94fe2eb60fa2f8f820eab47.zip | |
Merge pull request #431 from dreid/release-0.1
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, " |
