From e5ea5ec632bbe266dcba396e6cbb3d734c4dc080 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 26 Feb 2018 10:23:29 -0500 Subject: [PATCH] v0.3.0 Signed-off-by: Kenneth Reitz --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66d2d6f..41a49f7 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ DESCRIPTION = 'HTML Parsing for Humans.' URL = 'https://github.com/kennethreitz/requests-html' EMAIL = 'me@kennethreitz.org' AUTHOR = 'Kenneth Reitz' -VERSION = '0.2.3' +VERSION = '0.3.0' # What packages are required for this module to be executed? REQUIRED = [