You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐞 Problem
The __version__ attribute is not defined anywhere in the source code. The dynamic field is declared in the pyproject.toml but there is no version specified in the __init__.py top file.
💡 Idea
Declare this variable in the __init__.py file. Note the value of the __version__ needs to be updated every time a release is made.
The text was updated successfully, but these errors were encountered:
🐞 Problem
The
__version__
attribute is not defined anywhere in the source code. Thedynamic
field is declared in thepyproject.toml
but there is no version specified in the__init__.py
top file.💡 Idea
Declare this variable in the
__init__.py
file. Note the value of the__version__
needs to be updated every time a release is made.The text was updated successfully, but these errors were encountered: