Skip to content

Commit 195aed2

Browse files
committed
Working on converting enums
1 parent b2ea40a commit 195aed2

4 files changed

Lines changed: 278 additions & 195 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "pyslang-stubs"
7-
version = "9.0.0.20250902"
7+
version = "10.0.0.20260320"
88
description = "Typing stubs for the excellent pyslang library"
99
readme = "README.md"
1010
authors = [
@@ -30,7 +30,7 @@ dev = [
3030
"tox>=4.25.0",
3131
"tox-uv>=1.13.1",
3232
"mypy>=1.4.1",
33-
"pyslang==9.0.0",
33+
"pyslang==10.0.0",
3434
"pybind11-stubgen>=2.5.5",
3535
"pytest>=8.4.1",
3636
]
@@ -122,4 +122,4 @@ dependency_groups = ["dev"]
122122
set_env = {MYPYPATH = "./stubs/"}
123123
commands = [
124124
["stubtest", "pyslang", "--allowlist", "allowlist.txt"]
125-
]
125+
]

0 commit comments

Comments
 (0)