Skip to content

Commit

Permalink
Merge pull request #22 from TogetherCrew:feat/update-dependency
Browse files Browse the repository at this point in the history
fix: update python-dotenv version!
  • Loading branch information
amindadgar authored May 21, 2024
2 parents 337cdd6 + bf2d727 commit 9eba9ad
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
Expand Up @@ -2,5 +2,5 @@ numpy==1.24.1
pytest==7.2.0
pytest-cov==4.0.0
coverage==7.2.5
python-dotenv==0.21.1
python-dotenv>=1.0.0
networkx==3.1
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-core-analyzer-lib",
version="1.3.0",
version="1.3.1",
author="Mohammad Amin Dadgar, TogetherCrew",
maintainer="Mohammad Amin Dadgar",
maintainer_email="[email protected]",
Expand Down

0 comments on commit 9eba9ad

Please sign in to comment.