diff --git a/docs/conf.py b/docs/conf.py index 88459e5..6a7af49 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.4' +version = '0.2.0' # The full version, including alpha/beta/rc tags -release = '0.1.4' +release = '0.2.0' # -- General configuration --------------------------------------------------- diff --git a/schema.yaml b/schema.yaml index 119127e..f0ff8fd 100644 --- a/schema.yaml +++ b/schema.yaml @@ -1,7 +1,7 @@ openapi: 3.0.2 info: title: Thumbtack API - version: '0.1.4' + version: '0.2.0' 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 497b287..b8ae09d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.2.0 commit = True tag = True tag_name = {new_version} @@ -17,9 +17,10 @@ license_file = LICENSE universal = 1 [options] -package_dir= - =src -packages=find: +package_dir = + =src +packages = find: [options.packages.find] -where=src +where = src + diff --git a/setup.py b/setup.py index 95df2eb..444f871 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.1.4' +VERSION = '0.2.0' REQUIRED = [ 'Click',