Skip to content

Commit

Permalink
persepolis_lib version 1.0.2
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 27, 2024
1 parent d80e0fb commit e4ed6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion persepolis_lib/persepolis_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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.1"
self.__Version__ = "1.0.2"

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

[project]
name = "persepolis_lib"
version = "1.0.1"
version = "1.0.2"
dependencies = [
"requests",
"urllib3",
Expand Down

0 comments on commit e4ed6da

Please sign in to comment.