Skip to content

Commit 98f1107

Browse files
committed
chore: set version to a0
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
1 parent c93619c commit 98f1107

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "didcomm-messaging"
3-
version = "0.1.0"
3+
version = "0.1.0a0"
44
description = "DIDComm Messaging implemented with swappable backends."
55
authors = [
66
{name = "Daniel Bluhm", email = "dbluhm@pm.me"},
@@ -65,4 +65,4 @@ precision = 2
6565
show_missing = true
6666

6767
[tool.coverage.run]
68-
branch = true
68+
branch = true

0 commit comments

Comments
 (0)