We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31955c0 commit 0f980cdCopy full SHA for 0f980cd
HISTORY.rst
@@ -3,6 +3,12 @@
3
Release History
4
---------------
5
6
+1.0.1 (2024-08-05)
7
+++++++++++++++++++
8
+
9
+- fix: #1000 add py.typed
10
11
12
1.0.0 (2024-08-03)
13
++++++++++++++++++
14
src/pptx/__init__.py
@@ -25,7 +25,7 @@
25
if TYPE_CHECKING:
26
from pptx.opc.package import Part
27
28
-__version__ = "1.0.0"
+__version__ = "1.0.1"
29
30
sys.modules["pptx.exceptions"] = exceptions
31
del sys
src/pptx/py.typed
0 commit comments