From bc39369ca79e05244caf396acc6d7c42e3d003e3 Mon Sep 17 00:00:00 2001 From: Trey Tomlinson Date: Mon, 6 Jan 2020 10:37:57 -0700 Subject: [PATCH] version bump for new release --- README.md | 2 +- aws_jumpcloud/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"