From f3f9ddc533938d17c8839bea00286cf3a5d5eea5 Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Wed, 18 Jan 2023 19:39:51 +0000 Subject: [PATCH] Prepare 0.0.1 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b13757..159c32c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" ## [project] name = "dwas" -version = "0.0.0" +version = "0.0.1" description = "dwas is a command line tool to define and run your development workflows" readme = "README.rst" requires-python = ">= 3.9"