We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1613c30 + c8f7cf6 commit 9231704Copy full SHA for 9231704
1 file changed
setup.py
@@ -10,7 +10,7 @@
10
pkgmeta = {
11
'__title__': 'markdownify',
12
'__author__': 'Matthew Tretter',
13
- '__version__': '0.10.0',
+ '__version__': '0.10.1',
14
}
15
16
@@ -70,7 +70,7 @@ def run(self):
70
zip_safe=False,
71
include_package_data=True,
72
setup_requires=[
73
- 'flake8>=3.8,<4',
+ 'flake8>=3.8,<5',
74
],
75
tests_require=[
76
'pytest>=6.2,<7',
0 commit comments