diff options
author | nlscc <66028747+nlscc@users.noreply.github.com> | 2022-02-22 01:53:04 +0100 |
---|---|---|
committer | nlscc <66028747+nlscc@users.noreply.github.com> | 2022-02-22 01:53:04 +0100 |
commit | cc826946cfa1dd0f40177913d8960bb4d4ade4f2 (patch) | |
tree | f44b84330eb81db7472abef4288656c6ccaadd50 | |
parent | use tqdm for progress bar instead of clint (#59) (diff) | |
download | samloader-cc826946cfa1dd0f40177913d8960bb4d4ade4f2.tar samloader-cc826946cfa1dd0f40177913d8960bb4d4ade4f2.tar.gz samloader-cc826946cfa1dd0f40177913d8960bb4d4ade4f2.tar.bz2 samloader-cc826946cfa1dd0f40177913d8960bb4d4ade4f2.tar.lz samloader-cc826946cfa1dd0f40177913d8960bb4d4ade4f2.tar.xz samloader-cc826946cfa1dd0f40177913d8960bb4d4ade4f2.tar.zst samloader-cc826946cfa1dd0f40177913d8960bb4d4ade4f2.zip |
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="samloader", - version="0.3", + version="0.4", author="nlscc", author_email="dontsendmailhere@example.com", description="A tool to download firmware for Samsung phones.", |