From c3c2ad6f22e35b893a353d4c21d0e923e46ad07b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 9 Jun 2011 22:41:27 +0100 Subject: Update version to 1.13.1 Signed-off-by: Richard Purdie --- lib/bb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index 7f7ded5cd..e59ebd637 100644 --- a/lib/bb/__init__.py +++ b/lib/bb/__init__.py @@ -21,7 +21,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -__version__ = "1.13.0" +__version__ = "1.13.1" import sys if sys.version_info < (2, 6, 0): -- cgit 1.2.3-korg