Skip to content

Commit 184a320

Browse files
committed
Bump version: 0.1.4 → 0.2.0
1 parent b919221 commit 184a320

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'The MITRE Corporation'
2525

2626
# The short X.Y version
27-
version = '0.1.4'
27+
version = '0.2.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.1.4'
29+
release = '0.2.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.2
22
info:
33
title: Thumbtack API
4-
version: '0.1.4'
4+
version: '0.2.0'
55
description: Thumbtack's API for (un)mounting of forensic disk images
66
servers:
77
- url: http://localhost:8208/

setup.cfg

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.4
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55
tag_name = {new_version}
@@ -17,9 +17,10 @@ license_file = LICENSE
1717
universal = 1
1818

1919
[options]
20-
package_dir=
21-
=src
22-
packages=find:
20+
package_dir =
21+
=src
22+
packages = find:
2323

2424
[options.packages.find]
25-
where=src
25+
where = src
26+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
AUTHOR = 'The MITRE Corporation'
1212
LICENSE = 'Apache 2.0'
1313
REQUIRES_PYTHON = '>=3.4.0'
14-
VERSION = '0.1.4'
14+
VERSION = '0.2.0'
1515

1616
REQUIRED = [
1717
'Click',

0 commit comments

Comments
 (0)