Skip to content

Commit f0b5f21

Browse files
committed
.
1 parent 998ea22 commit f0b5f21

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scratchattach/site/session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,6 @@ def login(username, password, *, timeout=10):
748748
scratchattach.session.Session: An object that represents the created log in / session
749749
"""
750750

751-
# Post request to login API:
752751
# Post request to login API:
753752
data = json.dumps({"username": username, "password": password})
754753
_headers = dict(headers)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import codecs
33
import os
44

5-
VERSION = '1.9.9'
5+
VERSION = '2.0.0'
66
DESCRIPTION = 'A Scratch API Wrapper'
77
LONG_DESCRIPTION = DESCRIPTION
88

0 commit comments

Comments
 (0)