Skip to content

Commit ccec806

Browse files
committed
Bumping version from 0.1.4 to 0.1.5
1 parent 61ad036 commit ccec806

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "signhost-api-python-client"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Signhost Api Python Client"
55
authors = ["Jelmer Draaijer <info@jelmert.nl>"]
66
license = "MIT"

src/signhost/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def transaction(
9898
click.echo(json.dumps(log_response.responses, indent=4))
9999

100100
with response_path.open("w+") as f:
101-
json.dump(log_response.responses, f, indent=2)
101+
json.dump(log_response.responses, f, indent=4)
102102

103103

104104
if __name__ == "__main__":

0 commit comments

Comments
 (0)