From cac86f1b12ca9a6a9492f6be1980a326ea932be7 Mon Sep 17 00:00:00 2001 From: David Northcote <42978178+dnorthcote@users.noreply.github.com> Date: Mon, 22 May 2023 10:27:21 +0100 Subject: [PATCH] Bump setup.py to v0.3.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3702b56..3e60d0d 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def run_setup(self): description=self.description) package_installer(name = "rfsoc_radio", - version = "0.3.2", + version = "0.3.3", description = "PYNQ example of using the RFSoC as a radio transceiver.", author = "David Northcote", email = "david.northcote@strath.ac.uk",