Skip to content

Commit 0f980cd

Browse files
committed
fix(type): add py.typed
Indicate availability of type annotations to type-checkers.
1 parent 31955c0 commit 0f980cd

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Release History
44
---------------
55

6+
1.0.1 (2024-08-05)
7+
++++++++++++++++++
8+
9+
- fix: #1000 add py.typed
10+
11+
612
1.0.0 (2024-08-03)
713
++++++++++++++++++
814

src/pptx/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
if TYPE_CHECKING:
2626
from pptx.opc.package import Part
2727

28-
__version__ = "1.0.0"
28+
__version__ = "1.0.1"
2929

3030
sys.modules["pptx.exceptions"] = exceptions
3131
del sys

src/pptx/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)