Skip to content

Commit

Permalink
Merge pull request #70 from nathan-v/init_hotfix
Browse files Browse the repository at this point in the history
v0.8.3
  • Loading branch information
nathan-v authored Jul 14, 2020
2 parents ef20dd0 + bc18498 commit 9dee43b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws_okta_keyman/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# Copyright 2018 Nathan V
"""Package metadata."""

__version__ = '0.8.2'
__version__ = '0.8.3'
__desc__ = 'AWS Okta Keyman'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def run_tests(self):
install_requires=open("{}/requirements.txt".format(DIR)).readlines(),
entry_points={
'console_scripts': [
'aws_okta_keyman = aws_okta_keyman.main:entry_point'
'aws_okta_keyman = aws_okta_keyman.__main__:entry_point'
],
},
classifiers=[
Expand Down

0 comments on commit 9dee43b

Please sign in to comment.