Skip to content

Commit c9b92b0

Browse files
authored
Merge pull request #27 from Dev2Forge/develop
Update to v0.1.0 Beta
2 parents 56f30a7 + 4fca56f commit c9b92b0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bridgex"
7-
version = "0.0.3-dev"
7+
version = "0.1.0"
88
description = "Graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown."
99
readme = { file = "README.md", content-type = "text/markdown", charset = "utf-8" }
1010
license = "MIT"

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__']

src/bridgex/interface/translations/others/ABOUT_en_GB.trg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pre{line-height: 1 !important; font-size: 15px;}
6565
</div>
6666
<hr>
6767
<div>
68-
<pre class="center" style="line-height: 0.7 !important">Bridgex V0.0.3-dev</pre>
68+
<pre class="center" style="line-height: 0.7 !important">Bridgex V0.1.0 - Beta</pre>
6969
<table style="margin-top: 10px" align="center" width="60%">
7070
<tr>
7171
<td><pre class="center"><a href="https://github.com/Dev2Forge/bridgex">Website</a></pre></td>

src/bridgex/interface/translations/others/ABOUT_es_CO.trg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pre{line-height: 1 !important; font-size: 15px;}
6565
</div>
6666
<hr>
6767
<div>
68-
<pre class="center" style="line-height: 0.7 !important">Bridgex V0.0.3-dev</pre>
68+
<pre class="center" style="line-height: 0.7 !important">Bridgex V0.1.0 - Beta</pre>
6969
<table style="margin-top: 10px" align="center" width="60%">
7070
<tr>
7171
<td><pre class="center"><a href="https://github.com/Dev2Forge/bridgex">Sitio Web</a></pre></td>

0 commit comments

Comments
 (0)