Fix typo and add release date
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-08-09 04:09:27 +02:00
parent 586490735e
commit 465a20afe9
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# hyper-rpc 0.0.1a1 (UNRELEASED)
# hyper-rpc 0.0.1a3 (2020-08-09)
- The first alpha development release is made!

View File

@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "hyper-rpc"
version = "0.0.1a2"
version = "0.0.1a3"
description = "Simple RPC with Protobuf Services"
authors = ["decentral1se <hi@decentral1.se>"]
maintainers = ["decentral1se <hi@decentral1.se>"]
@ -36,7 +36,7 @@ multi_line_output = 3
skip = ".tox"
[tool.poetry.scripts]
hrpc = "hrpc.hrpc:main"
hrpc = "hyper_rpc.hrpc:main"
[tool.tox]
legacy_tox_ini = """