diff --git a/docs/conf.py b/docs/conf.py index 6a7af49..66a39fb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,9 +24,9 @@ author = 'The MITRE Corporation' # The short X.Y version -version = '0.2.0' +version = '0.2.1' # The full version, including alpha/beta/rc tags -release = '0.2.0' +release = '0.2.1' # -- General configuration --------------------------------------------------- diff --git a/schema.yaml b/schema.yaml index f0ff8fd..71e0677 100644 --- a/schema.yaml +++ b/schema.yaml @@ -1,7 +1,7 @@ openapi: 3.0.2 info: title: Thumbtack API - version: '0.2.0' + version: '0.2.1' description: Thumbtack's API for (un)mounting of forensic disk images servers: - url: http://localhost:8208/ diff --git a/setup.cfg b/setup.cfg index b8ae09d..4a1d963 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 64f3e78..9f41824 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ AUTHOR = 'The MITRE Corporation' LICENSE = 'Apache 2.0' REQUIRES_PYTHON = '>=3.4.0' -VERSION = '0.2.0' +VERSION = '0.2.1' REQUIRED = [ 'Click',