Skip to content

Commit 891ea08

Browse files
version: update to v0.2.0
1 parent 1ceec07 commit 891ea08

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hologen"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Holography dataset generation toolkit"
99
readme = "README.md"
10-
requires-python = ">=3.13"
10+
requires-python = ">=3.11"
1111
authors = [
1212
{ name = "Gyokhan Kochmarla", email = "hello@gyokhan.com" },
1313
]
@@ -26,7 +26,7 @@ dev = [
2626
]
2727

2828
[tool.black]
29-
target-version = ["py313"]
29+
target-version = ["py313", "py312", "py311"]
3030
line-length = 88
3131

3232
[tool.ruff]

0 commit comments

Comments
 (0)