Version Bump

This commit is contained in:
Kenneth Reitz
2011-03-20 16:39:02 -04:00
parent 8b7d9930d9
commit 450f3be97d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ from .pipes import piped_in
__title__ = 'clint'
__version__ = '0.1.0'
__build__ = 0x000100
__version__ = '0.1.1'
__build__ = 0x000101
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'
+1 -1
View File
@@ -19,7 +19,7 @@ required = []
setup(
name='clint',
version='0.1.0',
version='0.1.1',
description='Python Command-line Application Tools',
long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(),