We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e21a65 commit 720ec53Copy full SHA for 720ec53
2 files changed
analytix/__init__.py
@@ -38,7 +38,7 @@
38
)
39
40
__productname__ = "analytix"
41
-__version__ = "3.3.0"
+__version__ = "3.3.1"
42
__description__ = "A simple yet powerful wrapper for the YouTube Analytics API."
43
__url__ = "https://github.com/parafoxia/analytix"
44
__docs__ = "https://analytix.readthedocs.io"
setup.py
@@ -124,4 +124,5 @@ def parse_requirements(path: str) -> list[str]:
124
},
125
python_requires=">=3.7.0,<3.12",
126
packages=setuptools.find_packages(),
127
+ package_data={"analytix": ["py.typed"]},
128
0 commit comments