From 9285a0892a4fc30c84367ad4e75aaf83d225e654 Mon Sep 17 00:00:00 2001 From: Filip Macak Date: Thu, 26 Sep 2024 14:42:14 +0200 Subject: [PATCH] bumped the required Storm version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 633d211ec..d7eb1580b 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ sys.exit('Sorry, Python 2.x is not supported') # Minimal storm version required -storm_min_version = "1.9.0" +storm_min_version = "1.9.1" # Get the long description from the README file with open(os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md'), encoding='utf-8') as f: