Skip to content

Commit 498ab58

Browse files
committed
📦 Bump version to 0.5 for release.
1 parent 03d0f41 commit 498ab58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "texturize"
33
description = "🤖🖌️ Automatically generate new textures similar to a source photograph."
4-
version = "0.4.0"
4+
version = "0.5.0"
55
authors = ["Alex J. Champandard <[email protected]>"]
66
readme = "README.rst"
77
repository = "https://github.com/photogeniq/neural-texturize"

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.4"
3+
__version__ = "0.5"

0 commit comments

Comments
 (0)