Skip to content

Commit

Permalink
chore: set version to a0
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Dec 6, 2023
1 parent c93619c commit 98f1107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "didcomm-messaging"
version = "0.1.0"
version = "0.1.0a0"
description = "DIDComm Messaging implemented with swappable backends."
authors = [
{name = "Daniel Bluhm", email = "[email protected]"},
Expand Down Expand Up @@ -65,4 +65,4 @@ precision = 2
show_missing = true

[tool.coverage.run]
branch = true
branch = true

0 comments on commit 98f1107

Please sign in to comment.