We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b53b0 commit 25c4c73Copy full SHA for 25c4c73
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.6.0"
+version = "0.7.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.6"
+__version__ = "0.7"
0 commit comments