From df020862376e22e445ea7f704c230840fe9bb0ef Mon Sep 17 00:00:00 2001 From: Andrews Medina Date: Sun, 7 Aug 2016 11:48:38 -0300 Subject: [PATCH] bump to 0.7.4 --- splinter/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/splinter/__init__.py b/splinter/__init__.py index 5efe52820..0ec89d8fa 100644 --- a/splinter/__init__.py +++ b/splinter/__init__.py @@ -1,8 +1,8 @@ -# Copyright 2012 splinter authors. All rights reserved. +# Copyright 2016 splinter authors. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. from splinter.browser import Browser -__version__ = '0.7.3' +__version__ = '0.7.4'