Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
version bump for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey Tomlinson committed Jan 6, 2020
1 parent c0c9dcc commit bc39369
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aws_jumpcloud/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "2.1.1"
__VERSION__ = "2.1.2"

0 comments on commit bc39369

Please sign in to comment.