File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 2424author = '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 ---------------------------------------------------
Original file line number Diff line number Diff line change 11openapi : 3.0.2
22info :
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
66servers :
77 - url : http://localhost:8208/
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.4
2+ current_version = 0.2.0
33commit = True
44tag = True
55tag_name = {new_version}
@@ -17,9 +17,10 @@ license_file = LICENSE
1717universal = 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+
Original file line number Diff line number Diff line change 1111AUTHOR = 'The MITRE Corporation'
1212LICENSE = 'Apache 2.0'
1313REQUIRES_PYTHON = '>=3.4.0'
14- VERSION = '0.1.4 '
14+ VERSION = '0.2.0 '
1515
1616REQUIRED = [
1717 'Click' ,
You can’t perform that action at this time.
0 commit comments