Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bridgex"
version = "0.0.3-dev"
version = "0.1.0"
description = "Graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown."
readme = { file = "README.md", content-type = "text/markdown", charset = "utf-8" }
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/bridgex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from ._bridgex import Bridgex

__author__:str = "Tutos Rive"
__version__:str = "0.0.3-dev"
__version__:str = "0.1.0"
__license__:str = "MIT"
__description__:str = "Graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown."
__all__:list[str] = ['FileManager', 'Converter', 'Bridgex', '__author__', '__version__', '__license__', '__description__']
2 changes: 1 addition & 1 deletion src/bridgex/interface/translations/others/ABOUT_en_GB.trg
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pre{line-height: 1 !important; font-size: 15px;}
</div>
<hr>
<div>
<pre class="center" style="line-height: 0.7 !important">Bridgex V0.0.3-dev</pre>
<pre class="center" style="line-height: 0.7 !important">Bridgex V0.1.0 - Beta</pre>
<table style="margin-top: 10px" align="center" width="60%">
<tr>
<td><pre class="center"><a href="https://github.com/Dev2Forge/bridgex">Website</a></pre></td>
Expand Down
2 changes: 1 addition & 1 deletion src/bridgex/interface/translations/others/ABOUT_es_CO.trg
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pre{line-height: 1 !important; font-size: 15px;}
</div>
<hr>
<div>
<pre class="center" style="line-height: 0.7 !important">Bridgex V0.0.3-dev</pre>
<pre class="center" style="line-height: 0.7 !important">Bridgex V0.1.0 - Beta</pre>
<table style="margin-top: 10px" align="center" width="60%">
<tr>
<td><pre class="center"><a href="https://github.com/Dev2Forge/bridgex">Sitio Web</a></pre></td>
Expand Down