From 0af6ae1be444588bbc4747124e073423151178a0 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Fri, 9 Dec 2016 00:26:55 +0100 Subject: [PATCH] Fix PyPi README rendering Close #540 --- README.rst | 3 --- httpie/__init__.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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'