diff --git a/docs/conf.py b/docs/conf.py index 3e3207e..88459e5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,9 +24,9 @@ author = 'The MITRE Corporation' # The short X.Y version -version = '0.1.3' +version = '0.1.4' # The full version, including alpha/beta/rc tags -release = '0.1.3' +release = '0.1.4' # -- General configuration --------------------------------------------------- diff --git a/schema.yaml b/schema.yaml index b42a2b6..1406855 100644 --- a/schema.yaml +++ b/schema.yaml @@ -1,7 +1,7 @@ openapi: 3.0.2 info: title: Thumbtack API - version: '0.1.3' + version: '0.1.4' description: Thumbtack's API for (un)mounting of forensic disk images servers: - url: http://localhost:5000/ diff --git a/setup.cfg b/setup.cfg index 6420b40..b3d2e61 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index ca503e8..74808b8 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ AUTHOR = 'The MITRE Corporation' LICENSE = 'Apache 2.0' REQUIRES_PYTHON = '>=2.7.0' -VERSION = '0.1.3' +VERSION = '0.1.4' REQUIRED = [ 'Flask',