Skip to content

Commit

Permalink
Update clint version in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Riley committed Jan 29, 2014
1 parent 93e0e08 commit 9b7452d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -8,14 +8,14 @@ def read(fname):

setup(
name='weathercli',
version='2.1.0',
version='2.1.1',
author='Brian Riley',
author_email='brian@btriley.com',
description="A command line weather tool",
url='https://github.com/brianriley/weather-cli',
py_modules=['weathercli'],
long_description=read('README.mkd'),
install_requires=['clint==0.2.6'],
install_requires=['clint==0.3.4'],
scripts=['bin/weather'],
classifiers=[
'Environment :: Console',
Expand Down

0 comments on commit 9b7452d

Please sign in to comment.