mirror of
https://github.com/not-kennethreitz/humble.git
synced 2026-06-05 15:10:17 +00:00
version bump, python 2.5 support.
This commit is contained in:
+2
-2
@@ -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'
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user