We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827dabc commit 119361aCopy full SHA for 119361a
spiffe/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "spiffe"
3
-version = "0.1.4"
+version = "0.1.5"
4
description = "Python library for SPIFFE support"
5
authors = ["Max Lambrecht <[email protected]>"]
6
readme = "README.md"
spiffe/src/spiffe/spiffe_id/spiffe_id.py
@@ -170,7 +170,7 @@ def __hash__(self) -> int:
170
@property
171
def trust_domain(self) -> TrustDomain:
172
return self._trust_domain
173
-
+
174
175
def path(self) -> str:
176
return self._path
0 commit comments