From 7d6584ebb4193bef9aef3cad7a6291cca5458996 Mon Sep 17 00:00:00 2001 From: zillionare Date: Tue, 20 Apr 2021 04:15:50 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7build:=20bumpversion=20to=201.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15c8748c..e3e9cb31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "ppw" -version = "1.0.0-alpha.3" +version = "1.0.0" description = "A Wizard to create a skeleton python project with up-to-date technology" license = "BSD-3-Clause" authors = ["Aaron Yang "]