We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4300c1c commit 17f2355Copy full SHA for 17f2355
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name = "keyprotect",
10
- version = "2.1.0",
+ version = "2.2.0",
11
description = "A Pythonic client for IBM Key Protect",
12
long_description = long_description,
13
long_description_content_type = "text/markdown",
@@ -17,7 +17,7 @@
17
author_email = "mathewrodden@gmail.com",
18
packages = setuptools.find_packages(),
19
install_requires = [
20
- "redstone>=0.5,<0.6",
+ "redstone>=0.5.1,<0.6",
21
],
22
python_requires=">=3.5",
23
classifiers = [
0 commit comments