From d935ab9ffb954c5201018aa4c5ed051c890a4766 Mon Sep 17 00:00:00 2001 From: staticdev Date: Tue, 20 Jul 2021 12:31:31 +0200 Subject: [PATCH] 2.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe9a0b9..8618438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ansible-role-pyenv" -version = "2.2.0" +version = "2.3.0" description = "Ansible role to install pyenv." authors = ["staticdev "] license = "MIT"