We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc152c commit e005bb2Copy full SHA for e005bb2
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "image-checker"
3
-version = "0.27.2"
+version = "0.27.3"
4
description = "Check for corrupted images using Nvidia DALI"
5
authors = ["Ceyda Cinarel <snu-ceyda@users.noreply.github.com>"]
6
license = "MIT"
setup.py
@@ -21,7 +21,7 @@
21
setup(
22
long_description=readme,
23
name='image-checker',
24
- version='0.27.2',
+ version='0.27.3',
25
description='Check for corrupted images using Nvidia DALI',
26
python_requires='==3.*,>=3.5.0',
27
project_urls={"repository": "https://github.com/cceyda/image-checker"},
0 commit comments