Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMcCool committed Oct 21, 2024
1 parent 998ea22 commit f0b5f21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scratchattach/site/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,6 @@ def login(username, password, *, timeout=10):
scratchattach.session.Session: An object that represents the created log in / session
"""

# Post request to login API:
# Post request to login API:
data = json.dumps({"username": username, "password": password})
_headers = dict(headers)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import codecs
import os

VERSION = '1.9.9'
VERSION = '2.0.0'
DESCRIPTION = 'A Scratch API Wrapper'
LONG_DESCRIPTION = DESCRIPTION

Expand Down

0 comments on commit f0b5f21

Please sign in to comment.