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'