From 586490735e956d54faa8f78a31a69423a9ec992a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 9 Aug 2020 04:05:37 +0200 Subject: [PATCH] Tag 0.0.1a2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f0da03..534715b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "hyper-rpc" -version = "0.0.1a1" +version = "0.0.1a2" description = "Simple RPC with Protobuf Services" authors = ["decentral1se "] maintainers = ["decentral1se "]