forked from extern/httpie-cli
Fixed a typo.
This commit is contained in:
parent
1a205e4cb3
commit
3f0d621c5a
@ -10,7 +10,7 @@ from .pretty import prettify
|
|||||||
|
|
||||||
|
|
||||||
__author__ = 'Jakub Roztocil'
|
__author__ = 'Jakub Roztocil'
|
||||||
__version__ = '0.1'
|
__version__ = '0.1.1'
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_UA = 'HTTPie/%s' % __version__
|
DEFAULT_UA = 'HTTPie/%s' % __version__
|
||||||
|
2
setup.py
2
setup.py
@ -1,7 +1,7 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
setup(name='httpie',version='0.1',
|
setup(name='httpie',version='0.1.1',
|
||||||
description='cURL for humans',
|
description='cURL for humans',
|
||||||
url='https://github.com/jkbr/httpie',
|
url='https://github.com/jkbr/httpie',
|
||||||
author='Jakub Roztocil',
|
author='Jakub Roztocil',
|
||||||
|
Loading…
Reference in New Issue
Block a user