From a9d8cead2be2b541c8154719f2976760992c446d Mon Sep 17 00:00:00 2001 From: AzisK Date: Sun, 27 Dec 2020 02:16:33 +0200 Subject: [PATCH] Make the version the same as Github tag --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c03add1..23eeeb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "readsql" -version = "0.1.0" +version = "0.0.6-alpha" description = "Convert SQL to most human readable format" authors = ["Azis "] maintainers = ["Azis "]