Skip to content

Commit

Permalink
Merge pull request #11 from NTIA/docs-update
Browse files Browse the repository at this point in the history
Cleanup for 1.2.3
  • Loading branch information
aromanielloNTIA authored Aug 10, 2022
2 parents 731b0fd + ff9c487 commit 5423146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/rsa_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *

0 comments on commit 5423146

Please sign in to comment.