Skip to content

Commit

Permalink
updated version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjinwright committed Sep 19, 2017
1 parent 38c9045 commit 3d6aa8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
commit = False
tag = False

Expand Down
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.3.0'
version = '0.4.0'

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 3d6aa8c

Please sign in to comment.