diff --git a/README.rst b/README.rst index 9135270f..afa5b0c1 100644 --- a/README.rst +++ b/README.rst @@ -1312,7 +1312,7 @@ Changelog *You can click a version name to see a diff with the previous one.* - +* `1.0.0-dev`_ * `0.9.0`_ (2015-01-31) * Added ``--cert`` and ``--cert-key`` parameters to specify a client side certificate and private key for SSL diff --git a/httpie/__init__.py b/httpie/__init__.py index 6927924d..7ae07c9e 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -3,7 +3,7 @@ HTTPie - a CLI, cURL-like tool for humans. """ __author__ = 'Jakub Roztocil' -__version__ = '0.9.0' +__version__ = '1.0.0-dev' __licence__ = 'BSD'