From b92f3204c97e8e19cacddf0b6a2a340f014f64db Mon Sep 17 00:00:00 2001 From: "star:Kenneth Reitz" Date: Thu, 24 Mar 2011 03:42:11 -0400 Subject: [PATCH] version bump --- clint/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clint/__init__.py b/clint/__init__.py index 5c3d52e..29ec2d2 100644 --- a/clint/__init__.py +++ b/clint/__init__.py @@ -19,8 +19,8 @@ from .pipes import piped_in __title__ = 'clint' -__version__ = '0.2.0' -__build__ = 0x000200 +__version__ = '0.2.1' +__build__ = 0x000201 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2011 Kenneth Reitz'