From dceeb22d3501e37c0919168b87a4e55523075701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=81=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=92=D0=B5?= =?UTF-8?q?=D0=BB=D0=B8=D1=87=D0=BA=D0=BE?= <74658894+arseniiarsenii@users.noreply.github.com> Date: Mon, 4 Apr 2022 20:33:31 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25543c1..24a91b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "feecc-ipfs-gateway" -version = "0.1.0" +version = "1.0.0" description = "A simple IPFS gateway for Feecc QA system" authors = ["arseniiarsenii "] license = "Apache-2.0"