We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70df6a1 commit 4fca56fCopy full SHA for 4fca56f
1 file changed
src/bridgex/__init__.py
@@ -3,7 +3,7 @@
3
from ._bridgex import Bridgex
4
5
__author__:str = "Tutos Rive"
6
-__version__:str = "0.0.3-dev"
+__version__:str = "0.1.0"
7
__license__:str = "MIT"
8
__description__:str = "Graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown."
9
__all__:list[str] = ['FileManager', 'Converter', 'Bridgex', '__author__', '__version__', '__license__', '__description__']
0 commit comments