Skip to content
This repository was archived by the owner on Jun 29, 2019. It is now read-only.

Commit 4a9ca1e

Browse files
committed
Psuhed version to 0.3.1
1 parent cdfaa19 commit 4a9ca1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oauth2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def render_auth_page(self, request, response, environ, scopes):
8888
from oauth2.web import Request, Response
8989
from oauth2.tokengenerator import Uuid4
9090

91-
VERSION = "0.3.0"
91+
VERSION = "0.3.1"
9292

9393
class AccessToken(object):
9494
"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
VERSION = "0.3.0"
3+
VERSION = "0.3.1"
44

55
setup(name="python-oauth2",
66
version=VERSION,

0 commit comments

Comments
 (0)