From 4bb4c5436162998c64640b36ea58c7d8a2db1144 Mon Sep 17 00:00:00 2001 From: Daniil Shadrin Date: Mon, 10 May 2021 15:46:48 +0300 Subject: [PATCH] bump minor version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2bb236a..82a4c08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "single-source" -version = "0.1.5" +version = "0.2.0" description = "Access to the project version in Python code for PEP 621-style projects" authors = ["Daniil Shadrin "] maintainers = ["Daniil Shadrin "]