Skip to content

Commit

Permalink
v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Dec 21, 2015
1 parent 06a411c commit 1108058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"""

__title__ = 'requests'
__version__ = '2.9.0'
__build__ = 0x020900
__version__ = '2.9.1'
__build__ = 0x020901
__author__ = 'Kenneth Reitz'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2015 Kenneth Reitz'
Expand Down

0 comments on commit 1108058

Please sign in to comment.