From 4c268ce1ee696c062b8eba4ffa5f358965980e27 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 6 Jun 2015 15:31:11 -0500 Subject: [PATCH] bump version to 0.9.1 --- src/cryptography/__about__.py | 2 +- vectors/cryptography_vectors/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index f5a48a9e93b5..a9f585633ad9 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -14,7 +14,7 @@ " and primitives to Python developers.") __uri__ = "https://github.com/pyca/cryptography" -__version__ = "0.9" +__version__ = "0.9.1" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py index 408739536324..20773d94e795 100644 --- a/vectors/cryptography_vectors/__about__.py +++ b/vectors/cryptography_vectors/__about__.py @@ -14,7 +14,7 @@ __uri__ = "https://github.com/pyca/cryptography" -__version__ = "0.9" +__version__ = "0.9.1" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org"