Skip to content

Commit

Permalink
release: v1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Jan 12, 2022
1 parent bf9d4e6 commit 0fa5c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from os import path

here = path.abspath(path.dirname(__file__))
version = "1.21.4"
version = "1.21.5"

long_des = ""
with open(path.join(here, "README.md")) as f:
Expand Down Expand Up @@ -46,7 +46,7 @@
"oauth2client",
"Pyforms-Lite",
"urllib3==1.23",
"websocket-client",
"websocket-client==0.54.0",
],
data_files=[("share/meleeuploader", ["meleeuploader/client_secrets.json"])],
package_data={"meleeuploader": ["meleeuploader/client_secrets.json"]},
Expand Down

0 comments on commit 0fa5c22

Please sign in to comment.