Skip to content

Commit

Permalink
fix(type): add py.typed
Browse files Browse the repository at this point in the history
Indicate availability of type annotations to type-checkers.
  • Loading branch information
scanny committed Aug 5, 2024
1 parent 31955c0 commit 0f980cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Release History
---------------

1.0.1 (2024-08-05)
++++++++++++++++++

- fix: #1000 add py.typed


1.0.0 (2024-08-03)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion src/pptx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
if TYPE_CHECKING:
from pptx.opc.package import Part

__version__ = "1.0.0"
__version__ = "1.0.1"

sys.modules["pptx.exceptions"] = exceptions
del sys
Expand Down
Empty file added src/pptx/py.typed
Empty file.

0 comments on commit 0f980cd

Please sign in to comment.