diff --git a/setup.py b/setup.py index 4547aafc..cdbc9bcd 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import os, re -PKG='oauth2' +PKG='oauth2.3' VERSIONFILE = os.path.join('oauth2', '_version.py') verstr = "unknown" try: