Skip to content

Commit c5ea9e0

Browse files
committed
πŸ“¦ Bump version to 0.3, support for Python 3.6.
1 parent c1257e2 commit c5ea9e0

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,6 +1,6 @@
11
[tool.poetry]
22
name = "texturize"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = ""
55
authors = ["Alex J. Champandard <[email protected]>"]
66
license = "AGPL-3.0"
@@ -12,7 +12,7 @@ packages = [
1212
texturize = 'texturize.__main__:main'
1313

1414
[tool.poetry.dependencies]
15-
python = "^3.7"
15+
python = "^3.6"
1616
image-encoders = {path = "lib/image-encoders"}
1717
docopt = "^0.6.2"
1818
progressbar2 = "^3.51.3"

β€Ž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.2"
3+
__version__ = "0.3"

0 commit comments

Comments
Β (0)