Skip to content

Commit 4407239

Browse files
committed
v1.5.1
1 parent 6d616c1 commit 4407239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def get_extras_require():
1414
"distributed >= 1.28.1",
1515
"coverage >= 4.5.3",
1616
"flake8 >= 3.7.7",
17-
"flake8-docstrings >= 1.5.1",
17+
"flake8-docstrings >= 1.5.0",
1818
"black >= 19.3b0",
1919
"pytest >= 4.4.1",
2020
"codecov",
@@ -28,7 +28,7 @@ def get_extras_require():
2828

2929
configuration = {
3030
"name": "stumpy",
31-
"version": "1.5.0",
31+
"version": "1.5.1",
3232
"python_requires=": ">=3.6",
3333
"author": "Sean M. Law",
3434
"author_email": "seanmylaw@gmail.com",

0 commit comments

Comments
 (0)