Skip to content

Commit d37d85c

Browse files
committed
add typing information for version.py
1 parent 65c411d commit d37d85c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/osmium/version.pyi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# SPDX-License-Identifier: BSD-2-Clause
2+
#
3+
# This file is part of pyosmium. (https://osmcode.org/pyosmium/)
4+
#
5+
# Copyright (C) 2025 Sarah Hoffmann <[email protected]> and others.
6+
# For a full list of authors see the git log.
7+
"""
8+
Typing information for generated version module.
9+
"""
10+
11+
pyosmium_release: str
12+
libosmium_version: str
13+
protozero_version: str
14+
pybind11_version: str

0 commit comments

Comments
 (0)