We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d0f41 commit 498ab58Copy full SHA for 498ab58
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "texturize"
3
description = "🤖🖌️ Automatically generate new textures similar to a source photograph."
4
-version = "0.4.0"
+version = "0.5.0"
5
authors = ["Alex J. Champandard <445208+alexjc@users.noreply.github.com>"]
6
readme = "README.rst"
7
repository = "https://github.com/photogeniq/neural-texturize"
src/texturize/__init__.py
@@ -1,3 +1,3 @@
# neural-texturize — Copyright (c) 2020, Novelty Factory KG. See LICENSE for details.
-__version__ = "0.4"
+__version__ = "0.5"
0 commit comments