From a65f413f5a7d5022b114ff60afcb9fec0795b928 Mon Sep 17 00:00:00 2001 From: Jared Ondricek Date: Mon, 30 Nov 2020 16:46:30 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 4 ++-- schema.yaml | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2b4a84d..4ec6cd1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,9 +25,9 @@ author = "The MITRE Corporation" # The short X.Y version -version = "0.3.0" +version = "0.3.1" # The full version, including alpha/beta/rc tags -release = "0.3.0" +release = "0.3.1" # -- General configuration --------------------------------------------------- diff --git a/schema.yaml b/schema.yaml index 1da12fd..d04accf 100644 --- a/schema.yaml +++ b/schema.yaml @@ -1,7 +1,7 @@ openapi: 3.0.2 info: title: Thumbtack API - version: '0.3.0' + version: '0.3.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 5c65f0e..db4d478 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 561a3d9..a0da1e5 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.3.0" +VERSION = "0.3.1" REQUIRED = [ "Click",