Browse Source

Increment required Storm version

refactoring
Matthias Volk 6 years ago
parent
commit
fdf566876e
  1. 2
      setup.py

2
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.3.0"
storm_min_version = "1.3.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:

Loading…
Cancel
Save