summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornlscc <66028747+nlscc@users.noreply.github.com>2021-01-16 15:53:32 +0100
committernlscc <66028747+nlscc@users.noreply.github.com>2021-01-16 15:53:32 +0100
commit3e9c96cfb508e88663e0301b0967073e87bb76dd (patch)
tree125aeb3a1d67670ce7bd94ec54e00ae9740bd1ca
parentEvidently, requests must no longer be URL-encoded. (#33) (diff)
downloadsamloader-3e9c96cfb508e88663e0301b0967073e87bb76dd.tar
samloader-3e9c96cfb508e88663e0301b0967073e87bb76dd.tar.gz
samloader-3e9c96cfb508e88663e0301b0967073e87bb76dd.tar.bz2
samloader-3e9c96cfb508e88663e0301b0967073e87bb76dd.tar.lz
samloader-3e9c96cfb508e88663e0301b0967073e87bb76dd.tar.xz
samloader-3e9c96cfb508e88663e0301b0967073e87bb76dd.tar.zst
samloader-3e9c96cfb508e88663e0301b0967073e87bb76dd.zip
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 67ca652..1442858 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="samloader",
- version="0.2",
+ version="0.3",
author="nlscc",
author_email="dontsendmailhere@example.com",
description="A tool to download firmware for Samsung phones.",