Skip to content

Commit

Permalink
Bumping version from 0.1.4 to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Feb 13, 2023
1 parent 61ad036 commit ccec806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "signhost-api-python-client"
version = "0.1.4"
version = "0.1.5"
description = "Signhost Api Python Client"
authors = ["Jelmer Draaijer <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/signhost/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def transaction(
click.echo(json.dumps(log_response.responses, indent=4))

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


if __name__ == "__main__":
Expand Down

0 comments on commit ccec806

Please sign in to comment.