From 853e70dcbeb854acc8e27135e435ee4005673096 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 28 Mar 2022 15:19:43 +0200 Subject: [PATCH] Dependency bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a6d3121..969ff26 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,6 @@ setuptools.setup( "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], - install_requires=['rns>=0.3.3'], + install_requires=['rns>=0.3.4'], python_requires='>=3.6', )