Skip to content

Commit

Permalink
fix: update python-dotenv version!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed May 21, 2024
1 parent 337cdd6 commit bf2d727
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 bf2d727

Please sign in to comment.