Skip to content

Commit e41c4d9

Browse files
committed
chore: published v1.0.2
1 parent 4cf5208 commit e41c4d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

raw_image_converter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# Version of the package
8-
__version__ = "1.0.1"
8+
__version__ = "1.0.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# This call to setup() does all the work
1111
setup(
1212
name="raw-image-converter",
13-
version="1.0.1",
13+
version="1.0.2",
1414
description="Batch conversions of raw images",
1515
long_description=README,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)