Skip to content

Commit ff072ad

Browse files
committed
1 parent c642a01 commit ff072ad

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: raw_image_converter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# Version of the package
8-
__version__ = "1.1.1"
8+
__version__ = "1.1.2"

Diff for: requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
imageio==2.16.2
2-
Pillow==10.0.1
3-
rawpy==0.17.1
4-
numpy==1.22.3
2+
Pillow==10.3.0
3+
rawpy==0.19.1
4+
numpy==1.26.4
55
colorama==0.4.6

Diff for: setup.py

+3-3
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.1.1",
13+
version="1.1.2",
1414
description="Batch conversions of raw images",
1515
long_description=README,
1616
long_description_content_type="text/markdown",
@@ -26,8 +26,8 @@
2626
],
2727
keywords='cli, converter, raw, images',
2828
packages=["raw_image_converter"],
29-
install_requires=["numpy==1.22.3", "rawpy==0.17.1",
30-
"imageio==2.16.2", "Pillow==10.0.1", "colorama==0.4.6"],
29+
install_requires=["numpy==1.26.4", "rawpy==0.19.1",
30+
"imageio==2.16.2", "Pillow==10.3.0", "colorama==0.4.6"],
3131
entry_points={
3232
"console_scripts": [
3333
"raw_image_converter=raw_image_converter.__main__:main",

0 commit comments

Comments
 (0)