Skip to content

Commit

Permalink
Update install.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 authored and AbdullahAlfaraj committed Oct 3, 2023
1 parent 0a2470b commit 5318cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# print("Auto-Photoshop-SD plugin is installing")

package_name = 'duckduckgo_search'
package_version= '3.9.0'
package_version= '3.9.1'
if not launch.is_installed(package_name):
launch.run_pip(f"install {package_name}=={package_version}", "requirements for Auto-Photoshop Image Search")
else:# it's installed but we need to check for update
Expand Down

0 comments on commit 5318cf8

Please sign in to comment.