From f8942adceb750a1c3f71c68b838b7fe2b9a4a600 Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Wed, 21 Oct 2020 21:37:27 +0200 Subject: [PATCH] Increased required Storm version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d6c55ac..694c872 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if sys.version_info[0] == 2: sys.exit('Sorry, Python 2.x is not supported') # Minimal storm version required -storm_min_version = "1.6.2" +storm_min_version = "1.6.3" # 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: