Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__version__.py 436B

1234567891011121314
  1. # .-. .-. .-. . . .-. .-. .-. .-.
  2. # |( |- |.| | | |- `-. | `-.
  3. # ' ' `-' `-`.`-' `-' `-' ' `-'
  4. __title__ = 'requests'
  5. __description__ = 'Python HTTP for Humans.'
  6. __url__ = 'http://python-requests.org'
  7. __version__ = '2.19.1'
  8. __build__ = 0x021901
  9. __author__ = 'Kenneth Reitz'
  10. __author_email__ = 'me@kennethreitz.org'
  11. __license__ = 'Apache 2.0'
  12. __copyright__ = 'Copyright 2018 Kenneth Reitz'
  13. __cake__ = u'\u2728 \U0001f370 \u2728'