From 0c9597d06984da8d5f49dd9eb5de70063b904d99 Mon Sep 17 00:00:00 2001 From: Maciej Janiszewski Date: Wed, 1 Apr 2020 13:55:20 +0200 Subject: [PATCH] Update version number to 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6832269..e4b521e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aioeos" -version = "1.0" +version = "1.0.0" description = "Async library for interacting with EOS.io blockchain" authors = ["Maciej Janiszewski "]