Skip to content

Commit 4fca56f

Browse files
committed
Release: v0.1.0 - Beta, add the first beta version
1 parent 70df6a1 commit 4fca56f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bridgex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from ._bridgex import Bridgex
44

55
__author__:str = "Tutos Rive"
6-
__version__:str = "0.0.3-dev"
6+
__version__:str = "0.1.0"
77
__license__:str = "MIT"
88
__description__:str = "Graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown."
99
__all__:list[str] = ['FileManager', 'Converter', 'Bridgex', '__author__', '__version__', '__license__', '__description__']

0 commit comments

Comments
 (0)