Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodden committed Nov 9, 2021
1 parent 4300c1c commit 17f2355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name = "keyprotect",
version = "2.1.0",
version = "2.2.0",
description = "A Pythonic client for IBM Key Protect",
long_description = long_description,
long_description_content_type = "text/markdown",
Expand All @@ -17,7 +17,7 @@
author_email = "[email protected]",
packages = setuptools.find_packages(),
install_requires = [
"redstone>=0.5,<0.6",
"redstone>=0.5.1,<0.6",
],
python_requires=">=3.5",
classifiers = [
Expand Down

0 comments on commit 17f2355

Please sign in to comment.