Fix typo and add release date
This commit is contained in:
parent
586490735e
commit
465a20afe9
@ -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!
|
- The first alpha development release is made!
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "hyper-rpc"
|
name = "hyper-rpc"
|
||||||
version = "0.0.1a2"
|
version = "0.0.1a3"
|
||||||
description = "Simple RPC with Protobuf Services"
|
description = "Simple RPC with Protobuf Services"
|
||||||
authors = ["decentral1se <hi@decentral1.se>"]
|
authors = ["decentral1se <hi@decentral1.se>"]
|
||||||
maintainers = ["decentral1se <hi@decentral1.se>"]
|
maintainers = ["decentral1se <hi@decentral1.se>"]
|
||||||
@ -36,7 +36,7 @@ multi_line_output = 3
|
|||||||
skip = ".tox"
|
skip = ".tox"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
hrpc = "hrpc.hrpc:main"
|
hrpc = "hyper_rpc.hrpc:main"
|
||||||
|
|
||||||
[tool.tox]
|
[tool.tox]
|
||||||
legacy_tox_ini = """
|
legacy_tox_ini = """
|
||||||
|
Loading…
Reference in New Issue
Block a user