From 57e05865389bd1f97cc1da9e485abf155ce91fa7 Mon Sep 17 00:00:00 2001 From: Saim Raza Date: Mon, 30 Nov 2020 19:23:53 +0530 Subject: [PATCH] Bump version: 1.6.5 -> 1.6.6 --- lib/python/pyflyby/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/pyflyby/_version.py b/lib/python/pyflyby/_version.py index b7c18cdf..dc9331c8 100644 --- a/lib/python/pyflyby/_version.py +++ b/lib/python/pyflyby/_version.py @@ -6,4 +6,4 @@ from __future__ import (absolute_import, division, print_function, with_statement) -__version__ = '1.6.5' +__version__ = '1.6.6'