Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 28ca5d4

Browse files
committed
Correct mysql-connector-python version in setup.py
1 parent 6795f1b commit 28ca5d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import setuptools
77

88
setuptools.setup(name="wwdtm",
9-
version="1.2.1.5",
9+
version="1.2.1.6",
1010
description="Wait Wait... Don't Tell Me! Data Access Library",
1111
long_description=("Provides show, host, scorekeeper, panelist and guest details "
1212
"from an instance of the Wait Wait... Don't Tell Me! Stats Page "
@@ -29,7 +29,7 @@
2929
},
3030
python_requires=">=3.6",
3131
install_requires=[
32-
"mysql-connector-python>=8.0.23",
32+
"mysql-connector-python>=8.0.25",
3333
"numpy>=1.19.0",
3434
"python-dateutil",
3535
"python-slugify>=4.0.1",

0 commit comments

Comments
 (0)