Skip to content

Commit

Permalink
Merge pull request #66 from sneaky0potato/main
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
sneaky0potato authored May 20, 2024
2 parents 41f77f7 + f4ba554 commit 2692054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litesoph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@



__version__ = '1.1 (beta)'
__version__ = '1.1'


def about_litesoph():
Expand All @@ -16,4 +16,4 @@ def about_litesoph():

messagebox.showinfo(
title='About', message=about_message, detail=about_detail
)
)

0 comments on commit 2692054

Please sign in to comment.