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'