From bf2d7276044129bc45e998bf04775494a1d22d61 Mon Sep 17 00:00:00 2001
From: Mohammad Amin Dadgar <48308230+amindadgar@users.noreply.github.com>
Date: Tue, 21 May 2024 08:48:29 +0000
Subject: [PATCH] fix: update python-dotenv version!

---
 requirements.txt | 2 +-
 setup.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 5ed3095..6b6ab1d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -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
diff --git a/setup.py b/setup.py
index f223dda..c1cf2ea 100644
--- a/setup.py
+++ b/setup.py
@@ -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="dadgaramin96@gmail.com",