diff --git a/README.md b/README.md index 7c7b13d..ef773db 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Next, download the most recent [release](https://github.com/NTIA/tekrsa-api-ntia of this package, and install it using `pip`: ```bash -pip install tekrsa_api_wrap-1.2.0.tar.gz +pip install tekrsa_api_wrap-1.2.1-py3-none-any.whl ``` ## Usage diff --git a/src/rsa_api/__about__.py b/src/rsa_api/__about__.py index 848258f..3a0b6cb 100644 --- a/src/rsa_api/__about__.py +++ b/src/rsa_api/__about__.py @@ -1 +1 @@ -VERSION = "1.2.0" +VERSION = "1.2.1"