Skip to content

Commit

Permalink
persepolis_lib version 1.0.1
Browse files Browse the repository at this point in the history
 Changes to be committed:
	modified:   persepolis_lib/persepolis_lib.py
	modified:   pyproject.toml
  • Loading branch information
alireza-amirsamimi committed Sep 25, 2024
1 parent 5be6209 commit 9730578
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion persepolis_lib/persepolis_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(self, add_link_dictionary, number_of_threads=64,
self.eta = "0"
self.resume = False
self.download_speed_str = "0"
self.__Version__ = "1.0.0"
self.__Version__ = "1.0.1"

# download_status can be in waiting, downloading, stop, error, paused
self.download_status = 'waiting'
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ py-modules = ["persepolis_lib"]

[project]
name = "persepolis_lib"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"requests",
"urllib3"
"urllib3",
"pysocks"
]
requires-python = ">=3.5"
authors = [
Expand Down

0 comments on commit 9730578

Please sign in to comment.