Fixed a typo.

This commit is contained in:
Jakub Roztočil 2012-02-25 14:34:41 +01:00
parent 1a205e4cb3
commit 3f0d621c5a
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ from .pretty import prettify
__author__ = 'Jakub Roztocil'
__version__ = '0.1'
__version__ = '0.1.1'
DEFAULT_UA = 'HTTPie/%s' % __version__

View File

@ -1,7 +1,7 @@
from setuptools import setup
setup(name='httpie',version='0.1',
setup(name='httpie',version='0.1.1',
description='cURL for humans',
url='https://github.com/jkbr/httpie',
author='Jakub Roztocil',