Skip to content

Commit 2cac04e

Browse files
committed
update to 0.9.8
1 parent f1454a0 commit 2cac04e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# For a discussion on single-sourcing the version across setup.py and the
4343
# project code, see
4444
# https://packaging.python.org/guides/single-sourcing-package-version/
45-
version='0.9.7', # Required
45+
version='0.9.8', # Required
4646
# This is a one-line description or tagline of what your project does. This
4747
# corresponds to the "Summary" metadata field:
4848
# https://packaging.python.org/specifications/core-metadata/#summary
@@ -147,6 +147,7 @@
147147
'loguru',
148148
'minify-html',
149149
'pillow',
150+
'python-dateutil',
150151
],
151152
# Optional
152153
# List additional groups of dependencies here (e.g. development

0 commit comments

Comments
 (0)