We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773102d commit aa0dc8eCopy full SHA for aa0dc8e
2 files changed
analytix/__init__.py
@@ -38,7 +38,7 @@
38
)
39
40
__productname__ = "analytix"
41
-__version__ = "3.5.0"
+__version__ = "3.5.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"
analytix/data.py
@@ -703,6 +703,7 @@
703
"gender": (
704
"female",
705
"male",
706
+ "user_specified",
707
),
708
"sharingService": (
709
"AMEBA",
0 commit comments