We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d616c1 commit 4407239Copy full SHA for 4407239
setup.py
@@ -14,7 +14,7 @@ def get_extras_require():
14
"distributed >= 1.28.1",
15
"coverage >= 4.5.3",
16
"flake8 >= 3.7.7",
17
- "flake8-docstrings >= 1.5.1",
+ "flake8-docstrings >= 1.5.0",
18
"black >= 19.3b0",
19
"pytest >= 4.4.1",
20
"codecov",
@@ -28,7 +28,7 @@ def get_extras_require():
28
29
configuration = {
30
"name": "stumpy",
31
- "version": "1.5.0",
+ "version": "1.5.1",
32
"python_requires=": ">=3.6",
33
"author": "Sean M. Law",
34
"author_email": "seanmylaw@gmail.com",
0 commit comments