We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf5208 commit e41c4d9Copy full SHA for e41c4d9
raw_image_converter/__init__.py
@@ -5,4 +5,4 @@
5
"""
6
7
# Version of the package
8
-__version__ = "1.0.1"
+__version__ = "1.0.2"
setup.py
@@ -10,7 +10,7 @@
10
# This call to setup() does all the work
11
setup(
12
name="raw-image-converter",
13
- version="1.0.1",
+ version="1.0.2",
14
description="Batch conversions of raw images",
15
long_description=README,
16
long_description_content_type="text/markdown",
0 commit comments