We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141af54 commit 14198e4Copy full SHA for 14198e4
βpyproject.tomlβ
@@ -1,13 +1,13 @@
1
[tool.poetry]
2
name = "texturize"
3
description = "π€ποΈ Automatically generate new textures similar to a source photograph."
4
-version = "0.8.0"
+version = "0.9.0"
5
authors = ["Alex J. Champandard <[email protected]>"]
6
readme = "README.rst"
7
repository = "https://github.com/photogeniq/neural-texturize"
8
license = "AGPL-3.0"
9
classifiers = [
10
- "Development Status :: 2 - Pre-Alpha",
+ "Development Status :: 3 - Alpha",
11
"Topic :: Multimedia :: Graphics",
12
]
13
packages = [
βsrc/texturize/__init__.pyβ
@@ -1,3 +1,3 @@
# neural-texturize β Copyright (c) 2020, Novelty Factory KG. See LICENSE for details.
-__version__ = "0.8"
+__version__ = "0.9"
0 commit comments