Skip to content

Commit e005bb2

Browse files
author
Ceyda Cinarel
committed
bump version
1 parent 0cc152c commit e005bb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "image-checker"
3-
version = "0.27.2"
3+
version = "0.27.3"
44
description = "Check for corrupted images using Nvidia DALI"
55
authors = ["Ceyda Cinarel <snu-ceyda@users.noreply.github.com>"]
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
setup(
2222
long_description=readme,
2323
name='image-checker',
24-
version='0.27.2',
24+
version='0.27.3',
2525
description='Check for corrupted images using Nvidia DALI',
2626
python_requires='==3.*,>=3.5.0',
2727
project_urls={"repository": "https://github.com/cceyda/image-checker"},

0 commit comments

Comments
 (0)