From 2f9ff4a876c38cf2c2313e0e0a2b7ee6689786ac Mon Sep 17 00:00:00 2001 From: Landon Sterk Date: Fri, 29 Jan 2021 11:51:28 -0800 Subject: [PATCH] Bump version to 3.9.1 Release updates `paramiko` pins in package; no code changes. --- kafka_utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kafka_utils/__init__.py b/kafka_utils/__init__.py index ce3b9727..932d6229 100644 --- a/kafka_utils/__init__.py +++ b/kafka_utils/__init__.py @@ -12,4 +12,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '3.9.0' +__version__ = '3.9.1'