Skip to content

Commit

Permalink
typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
SmBe19 committed Jul 22, 2015
1 parent 565b90d commit 67b1a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OAuth2Util/OAuth2Util.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Python 2.x
from SimpleHTTPServer import SimpleHTTPRequestHandler as BaseHTTPRequestHandler
from SocketServer import TCPServer as HTTPServer
from urlparse import urlparse, parsw_qs
from urlparse import urlparse, parse_qs


# ### CONFIGURATION ### #
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
with open('requirements.txt') as f:
requirements = f.read().splitlines()

version = '0.2.0'
version = '0.2.1'

setup(
name='praw-oauth2util',
Expand Down

0 comments on commit 67b1a09

Please sign in to comment.