version bump, python 2.5 support.

This commit is contained in:
Kenneth Reitz
2011-03-24 05:48:47 -04:00
parent 4aae9eb82c
commit 5dedfe964a
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ github = Github()
__title__ = 'humble'
__version__ = '0.1.1'
__build__ = 0x000101
__version__ = '0.1.2'
__build__ = 0x000102
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'
+2 -2
View File
@@ -15,11 +15,11 @@ if sys.argv[-1] == "publish":
publish()
sys.exit()
required = ['clint>=0.2.0', 'github2', 'requests']
required = ['clint>=0.2.1', 'github2', 'requests']
setup(
name='humble',
version='0.1.1',
version='0.1.2',
description='Shows stats on a given GitHub user.',
long_description=open('README.rst').read(),
author='Kenneth Reitz',