Skip to content

Commit e41bd21

Browse files
committed
Bump version to 0.9.1-alpha and add optional development dependencies
1 parent 98fbc8e commit e41bd21

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "extro"
12-
version = "0.8.1-alpha"
12+
version = "0.9.0-alpha"
1313
description = "2D game engine with Raylib backend"
1414
authors = [{ name = "Landon Redmond" }]
1515
readme = "README.md"
@@ -18,6 +18,11 @@ dependencies = [
1818
"raylib>=5.5.0.3"
1919
]
2020

21+
[project.optional-dependencies]
22+
dev = [
23+
"nanobind>=2.9.2",
24+
]
25+
2126
[tool.setuptools]
2227
package-dir = { "" = "src" }
2328
include-package-data = true

0 commit comments

Comments
 (0)