From 7b6138eda60cad87423e131bce1566ea5a12eb58 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 24 Sep 2011 14:36:30 -0400 Subject: [PATCH] v0.2.5 --- clint/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clint/__init__.py b/clint/__init__.py index 4ec78cd..793226b 100644 --- a/clint/__init__.py +++ b/clint/__init__.py @@ -19,8 +19,8 @@ from .pipes import piped_in __title__ = 'clint' -__version__ = '0.2.4' -__build__ = 0x000204 +__version__ = '0.2.5' +__build__ = 0x000205 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2011 Kenneth Reitz'