From 56755e39da7c292450f6f2e886ebce467451782f Mon Sep 17 00:00:00 2001 From: David Northcote <42978178+dnorthcote@users.noreply.github.com> Date: Thu, 19 Jan 2023 16:21:35 +0000 Subject: [PATCH] Bump to v0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3f4e810..e4436e1 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def copy_xrfclk(): setup( name="rfsoc_radio", - version='0.3.0', + version='0.3.1', install_requires=[ 'pynq==2.7', ],