From 5b01bc38108d89caab22cf3b6a5138d6a844f4a5 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Thu, 30 Jul 2015 02:23:27 -0700 Subject: [PATCH] bump version for release 0.6.5 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f8ea971..a365331 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ builtins, but Boltons. Otherwise known as, "everyone's util.py," but cleaned up and tested. -Contains over 125 BSD-licensed utility types and functions that can be +Contains over 150 BSD-licensed utility types and functions that can be used as a package or independently. `Extensively documented on Read the Docs `_. """ @@ -13,7 +13,7 @@ from setuptools import setup __author__ = 'Mahmoud Hashemi' -__version__ = '0.6.5dev' +__version__ = '0.6.5' __contact__ = 'mahmoudrhashemi@gmail.com' __url__ = 'https://github.com/mahmoud/boltons' __license__ = 'BSD'