Skip to content

Commit

Permalink
updated version number to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjinwright committed Dec 11, 2017
1 parent 39f85f7 commit 9c9ae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
install_reqs = parse_requirements('requirements.txt', session=False)
test_reqs = parse_requirements('requirements_test.txt', session=False)

version = '0.6.0'
version = '0.6.1'

README="""Python class to integrate Boto3's Cognito client so it is easy to login users. With SRP support."""

Expand Down

0 comments on commit 9c9ae3e

Please sign in to comment.