Skip to content

Commit c4889fa

Browse files
authored
Upgrade wheel to 0.33.0 (#181)
1 parent 40f4c89 commit c4889fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def get_git_commit_datetime() -> str:
126126
'pytest==4.2.1',
127127
'requests_mock==1.5.2',
128128
"black==18.9b0;python_version>'3.6'",
129-
'wheel==0.32.3', # Otherwise setup.py bdist_wheel does not work
129+
'wheel==0.33.0', # Otherwise setup.py bdist_wheel does not work
130130
]
131131

132132
MIN_PY_VERSION = '.'.join(map(str, REQUIRED_PYTHON_VER))

0 commit comments

Comments
 (0)