diff --git a/docs/source/conf.py b/docs/source/conf.py index 6623809..5d74953 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,7 +63,7 @@ # built documents. # # The short X.Y version. -version = '0.2.4' +version = '0.2.5' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index aac4035..d296549 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ except ImportError: pypandoc = None -VERSION = '0.2.4' +VERSION = '0.2.5' URL = 'https://github.com/olipratt/swagger-conformance' SHORT_DESC = ("Tool for testing whether your API conforms to its swagger " "specification")