Skip to content

Commit

Permalink
modified: setup.py
Browse files Browse the repository at this point in the history
	modified:   trustauthx/cli.py
  • Loading branch information
moonlightnexus committed Sep 24, 2023
1 parent 5388cc9 commit a3483c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='trustauthx',
version='0.4.40',
version='0.4.42',
description='Official connector SDK for TrustAuthx',
long_description=long_description,
long_description_content_type='text/markdown', # This is important!
Expand Down
2 changes: 1 addition & 1 deletion trustauthx/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from dotenv import load_dotenv

this_directory = os.path.abspath(os.path.dirname(__file__))
myenv = os.path.join(this_directory, '.env')
myenv = './.env'

def main():
parser = argparse.ArgumentParser(prog='trustauthx')
Expand Down

0 comments on commit a3483c5

Please sign in to comment.