Update the version number
The version number has been updated in the relevant files.
Fix encoding issues
Addressed encoding issues related to reading mkdocstrings config, updating quarto tags, docstring generation, CLI documentation, and social image generator.
Add encoding parameter in open() calls
Added encoding="utf-8" parameter to all open() function calls for better compatibility.
Fix typos in docstrings
Corrected typos in the generated docstrings for improved documentation clarity.
Closes #193