This commit is contained in:
Jakub Roztocil 2014-04-27 18:27:44 +02:00
parent 18f3700b77
commit c06598a0c4
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# https://ci.appveyor.com/project/jkbr/httpie
build: false
environment:
matrix:

View File

@ -3,7 +3,7 @@ HTTPie - a CLI, cURL-like tool for humans.
"""
__author__ = 'Jakub Roztocil'
__version__ = '0.8.0'
__version__ = '0.9.0dev'
__licence__ = 'BSD'