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.
2 parents c9dc553 + 56864ac commit 2f7ab60Copy full SHA for 2f7ab60
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "anshitsu"
3
-version = "2.1.0" # using poetry-dynamic-versioning
+version = "2.1.1" # using poetry-dynamic-versioning
4
description = "A tiny digital photographic utility."
5
readme = "README.md"
6
authors = ["Iosif Takakura <[email protected]>"]
@@ -14,7 +14,7 @@ enable = true
14
style = "pep440"
15
16
[tool.poetry.dependencies]
17
-python = "<4.0,>=3.10"
+python = "<4.0,>=3.11"
18
numpy = "*"
19
Pillow = "*"
20
colorcorrect = "*"
0 commit comments