From 637a2135c9b18a3848202e5e25dd0823780592c7 Mon Sep 17 00:00:00 2001 From: "Alex J. Champandard" <445208+alexjc@users.noreply.github.com> Date: Mon, 10 Apr 2023 00:35:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Bump=20to=20version=200.14=20for?= =?UTF-8?q?=20release.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11067af..8e72495 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "texturize" description = "🤖🖌️ Generate new photo-realistic textures similar to a source image." -version = "0.13-dev" +version = "0.14-dev" authors = ["Alex J. Champandard <445208+alexjc@users.noreply.github.com>"] readme = "docs/pypi.rst" repository = "https://github.com/photogeniq/texturize"