Skip to content

Commit

Permalink
Update __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
yjg30737 committed Sep 11, 2024
1 parent f10f7d4 commit 49a6d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyqt_openai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# For the sake of following the PEP8 standard, we will declare module-level dunder names.
# PEP8 standard about dunder names: https://peps.python.org/pep-0008/#module-level-dunder-names

__version__ = '1.1.0'
__version__ = pyproject_data["project"]["version"]
__author__ = pyproject_data["project"]["authors"][0]['name']

# Constants
Expand Down

0 comments on commit 49a6d61

Please sign in to comment.