diff --git a/README.rst b/README.rst index 46c85248..df51e1e9 100644 --- a/README.rst +++ b/README.rst @@ -27,9 +27,6 @@ generally interacting with HTTP servers. .. section-numbering:: -.. raw:: pdf - - PageBreak oneColumn Main features diff --git a/httpie/__init__.py b/httpie/__init__.py index da7f1d85..18a7fd91 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.8' +__version__ = '1.0.0-dev' __licence__ = 'BSD'