Skip to content

Commit

Permalink
Update setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Oct 4, 2024
1 parent 8cc6ff4 commit d30bf31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PyRSMQ==0.5.1
redis==5.0.7
setuptools==72.1.0
setuptools==75.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name=PROJECT_NAME,
packages=["queue_processor"],
package_dir={"": "src"},
version="0.5",
version="0.6",
url="https://github.com/huridocs/queue-processor",
author="HURIDOCS",
description="Manage queues on Uwazi services",
Expand Down

0 comments on commit d30bf31

Please sign in to comment.