__version__.py 449 B

1234567891011121314151617
  1. # .__
  2. # ___ __| |__ ______
  3. # \ \/ / | \ / ___/
  4. # > <| Y \\___ \
  5. # /__/\_ \___| /____ >
  6. # \/ \/ \/
  7. __title__ = "xhs"
  8. __description__ = "xiaohongshu crawl sdk."
  9. __url__ = "https://github.com/ReaJason/xhs"
  10. __version__ = "0.2.13"
  11. __build__ = 0x000213
  12. __author__ = "ReaJason"
  13. __author_email__ = "reajason1225@gmail.com"
  14. __license__ = "MIT"
  15. __copyright__ = "Copyright ReaJason"
  16. __cake__ = "\u2728 \U0001F370 \u2728"