Skip to content

Commit aa0dc8e

Browse files
committed
Update gender options
Closes #25.
1 parent 773102d commit aa0dc8e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

analytix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
)
3939

4040
__productname__ = "analytix"
41-
__version__ = "3.5.0"
41+
__version__ = "3.5.1"
4242
__description__ = "A simple yet powerful wrapper for the YouTube Analytics API."
4343
__url__ = "https://github.com/parafoxia/analytix"
4444
__docs__ = "https://analytix.readthedocs.io"

analytix/data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@
703703
"gender": (
704704
"female",
705705
"male",
706+
"user_specified",
706707
),
707708
"sharingService": (
708709
"AMEBA",

0 commit comments

Comments
 (0)