Skip to content

Commit 400e4fe

Browse files
committed
updated setup.py
1 parent 8c85c70 commit 400e4fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="rubikencryptor",
8-
version="1.0.0",
8+
version="1.0.1",
99
author="Daniel Isaac",
1010
author_email="[email protected]",
1111
description="Image Cryptography Based on Rubix's Cube Principle",
@@ -21,7 +21,7 @@
2121
"Operating System :: OS Independent",
2222
),
2323
install_requires=[
24-
'numpy==1.20.2',
25-
'Pillow==8.4.0',
24+
'numpy>=1.20.2',
25+
'Pillow>=8.4.0',
2626
],
2727
)

0 commit comments

Comments
 (0)