Skip to content

Commit 17f2355

Browse files
committed
Bump versions
1 parent 4300c1c commit 17f2355

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name = "keyprotect",
10-
version = "2.1.0",
10+
version = "2.2.0",
1111
description = "A Pythonic client for IBM Key Protect",
1212
long_description = long_description,
1313
long_description_content_type = "text/markdown",
@@ -17,7 +17,7 @@
1717
author_email = "mathewrodden@gmail.com",
1818
packages = setuptools.find_packages(),
1919
install_requires = [
20-
"redstone>=0.5,<0.6",
20+
"redstone>=0.5.1,<0.6",
2121
],
2222
python_requires=">=3.5",
2323
classifiers = [

0 commit comments

Comments
 (0)