From e2aba3d9af22089e68a6cb5b96d82e4f930562ff Mon Sep 17 00:00:00 2001 From: Nathaniel Waisbrot Date: Sat, 8 Aug 2020 23:28:38 -0400 Subject: [PATCH] need to update the version to publish... --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86ba28a..a45d142 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yaml2jsonnet" -version = "0.1.0" +version = "0.6.0" description = "Convert from YAML to Jsonnet format, retaining comments" license = "AGPL-3.0-or-later" authors = ["Nathaniel Waisbrot "]