Skip to content

Commit

Permalink
new [versioning] -> add version 1.6.3 and update dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadyazdanii committed Dec 11, 2023
1 parent ac2f3cb commit 4171253
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
numpy==1.24.1
pymongo==4.3.3
pytest==7.2.0
ruff==0.0.265
pytest-cov==4.0.0
pytest-asyncio==0.23.2
coverage==7.2.5
pika==1.3.2
jsonschema==4.17.3
python-dotenv==1.0.0
numpy>=1.24.1
pymongo>=4.3.3
pytest>=7.2.0
ruff>=0.0.265
pytest-cov>=4.0.0
pytest-asyncio>=0.23.2
coverage>=7.2.5
pika>=1.3.2
jsonschema>=4.17.3
python-dotenv>=1.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="tc-messageBroker",
version="1.6.2",
version="1.6.3",
author="Mohammad Amin Dadgar, RnDAO",
maintainer="Mohammad Amin Dadgar",
maintainer_email="[email protected]",
Expand Down

0 comments on commit 4171253

Please sign in to comment.