Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
epierce committed May 8, 2024
1 parent 234be53 commit 8273a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gimme_aws_creds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__all__ = ['config', 'aws', 'main', 'ui', 'common', 'default', 'duo', 'errors', 'okta_classic', 'okta_identity_engine', 'registered_authenticators', 'u2f', 'webauthn']
version = '2.8.1.1'
version = '2.8.2-pre'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='gimme_aws_creds',
version='2.8.1.1',
version='2.8.2-pre',
install_requires=requirements,
author='Eric Pierce',
author_email='eric.pierce@nike.com',
Expand Down

0 comments on commit 8273a1e

Please sign in to comment.