diff --git a/humble/core.py b/humble/core.py index 622dfb7..8a42256 100644 --- a/humble/core.py +++ b/humble/core.py @@ -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' diff --git a/setup.py b/setup.py index 192d49a..9be139b 100644 --- a/setup.py +++ b/setup.py @@ -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',