Skip to content

Commit 14198e4

Browse files
committed
πŸ“¦ Bump to version 0.9 for release.
1 parent 141af54 commit 14198e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "texturize"
33
description = "πŸ€–πŸ–ŒοΈ Automatically generate new textures similar to a source photograph."
4-
version = "0.8.0"
4+
version = "0.9.0"
55
authors = ["Alex J. Champandard <[email protected]>"]
66
readme = "README.rst"
77
repository = "https://github.com/photogeniq/neural-texturize"
88
license = "AGPL-3.0"
99
classifiers = [
10-
"Development Status :: 2 - Pre-Alpha",
10+
"Development Status :: 3 - Alpha",
1111
"Topic :: Multimedia :: Graphics",
1212
]
1313
packages = [

β€Žsrc/texturize/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# neural-texturize β€” Copyright (c) 2020, Novelty Factory KG. See LICENSE for details.
22

3-
__version__ = "0.8"
3+
__version__ = "0.9"

0 commit comments

Comments
Β (0)