We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93619c commit 98f1107Copy full SHA for 98f1107
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "didcomm-messaging"
3
-version = "0.1.0"
+version = "0.1.0a0"
4
description = "DIDComm Messaging implemented with swappable backends."
5
authors = [
6
{name = "Daniel Bluhm", email = "dbluhm@pm.me"},
@@ -65,4 +65,4 @@ precision = 2
65
show_missing = true
66
67
[tool.coverage.run]
68
-branch = true
+branch = true
0 commit comments