Skip to content

Commit

Permalink
Bump version: 0.3.2 → 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek committed Mar 3, 2021
1 parent 5b4a548 commit c6dcb13
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
author = "The MITRE Corporation"

# The short X.Y version
version = "0.3.2"
version = "0.3.3"
# The full version, including alpha/beta/rc tags
release = "0.3.2"
release = "0.3.3"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion schema.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.2
info:
title: Thumbtack API
version: '0.3.2'
version: '0.3.3'
description: Thumbtack's API for (un)mounting of forensic disk images
servers:
- url: http://localhost:8208/
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.3.3
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
AUTHOR = "The MITRE Corporation"
LICENSE = "Apache 2.0"
REQUIRES_PYTHON = ">=3.4.0"
VERSION = "0.3.2"
VERSION = "0.3.3"

REQUIRED = [
"Click",
Expand Down

0 comments on commit c6dcb13

Please sign in to comment.