summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2015-07-19 13:23:08 +0300
committerOmer Katz <omer.drow@gmail.com>2015-07-19 13:23:08 +0300
commit308dfd1ec9988feeb2f3af94e8a2e4d8480324f6 (patch)
tree3cea984bda86d7828729fc17428b5669e25ae98b
parentbf03c785e059ee0e3ab6a229773eae37f48ed877 (diff)
downloadoauthlib-308dfd1ec9988feeb2f3af94e8a2e4d8480324f6.tar.gz
Bumped version to 1.0.0.
-rw-r--r--oauthlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py
index 300bdc7..01aa515 100644
--- a/oauthlib/__init__.py
+++ b/oauthlib/__init__.py
@@ -10,7 +10,7 @@
"""
__author__ = 'Idan Gazit <idan@gazit.me>'
-__version__ = '0.7.2'
+__version__ = '1.0.0'
import logging