diff --git a/VERSION b/VERSION index f38fc5393..0a1ffad4b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.3 +0.7.4 diff --git a/docs/conf.py b/docs/conf.py index 0e84c26ee..13a20dad3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '0.7.3' +version = '0.7.4' # The full version, including alpha/beta/rc tags. -release = '0.7.3' +release = '0.7.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index b17a6fba3..48ab0fd4e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='splinter', - version='0.7.3', + version='0.7.4', url='https://github.com/cobrateam/splinter', description='browser abstraction for web acceptance testing', long_description=README,