From c2cc12fb5697ac312a2f33b42c37a1cda25dbadd Mon Sep 17 00:00:00 2001 From: Anthony Romaniello Date: Wed, 10 Aug 2022 12:08:44 -0600 Subject: [PATCH 1/2] Correct numpy requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0ac6c6..f249226 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ instead of using this wrapper. ## Installation -Requires `python>=3.8`, `numpy>=1.21`, and the Tektronix RSA API for Linux. +Requires `python>=3.8`, `numpy>=1.22`, and the Tektronix RSA API for Linux. First, download and install the [RSA API for Linux](https://www.tek.com/spectrum-analyzer/rsa306-software/rsa-application-programming-interface--api-for-64bit-linux--v100014) From ff9c487e053b8c57c774daab8f895633ee402eaa Mon Sep 17 00:00:00 2001 From: Anthony Romaniello Date: Wed, 10 Aug 2022 12:08:51 -0600 Subject: [PATCH 2/2] Increment version number --- src/rsa_api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rsa_api/__init__.py b/src/rsa_api/__init__.py index b0c0f2b..08b5632 100644 --- a/src/rsa_api/__init__.py +++ b/src/rsa_api/__init__.py @@ -2,5 +2,5 @@ Refer to the README file for detailed usage information. """ -__version__ = "1.2.2" +__version__ = "1.2.3" from .rsa_api import *