diff --git a/README.md b/README.md index aa899f9..a20bd12 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If you're running macOS but don't have Python 3, I recommend installing it with To install `aws-jumpcloud` itself, just point `pip3` at the latest GitHub release: ```bash -$ pip3 install https://github.com/GuildEducationInc/aws-jumpcloud/archive/2.1.1.tar.gz +$ pip3 install https://github.com/GuildEducationInc/aws-jumpcloud/archive/2.1.2.tar.gz ``` ### Migrating from `~/.aws` credentials diff --git a/aws_jumpcloud/version.py b/aws_jumpcloud/version.py index 0fb641c..dfaff4b 100644 --- a/aws_jumpcloud/version.py +++ b/aws_jumpcloud/version.py @@ -1 +1 @@ -__VERSION__ = "2.1.1" +__VERSION__ = "2.1.2"