summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2015-07-25 10:23:37 +0300
committerOmer Katz <omer.drow@gmail.com>2015-07-25 10:23:37 +0300
commit07f50f8b68fb2b93b6ea1c2f553a08df121325d8 (patch)
tree72da281364d31d0bdf92fa7818192396d4999c65
parentc7ddf2db7aba0193c070350900c39ac2e260a824 (diff)
downloadoauthlib-07f50f8b68fb2b93b6ea1c2f553a08df121325d8.tar.gz
Bumped version to 1.0.1.
-rw-r--r--oauthlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py
index 01aa515..7ceb21e 100644
--- a/oauthlib/__init__.py
+++ b/oauthlib/__init__.py
@@ -10,7 +10,7 @@
"""
__author__ = 'Idan Gazit <idan@gazit.me>'
-__version__ = '1.0.0'
+__version__ = '1.0.1'
import logging