diff --git a/pyproject.toml b/pyproject.toml
index f1f4ba82011e6f79aa525aa0cfc1d84668da8193..0e34e01d7140dabe7697543eeda6180fd18ad619 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [project]
 name = "tikka"
-version = "0.14.2"
+version = "0.14.3"
 description = "Tikka is a fast and light Python/Tk client to manage your Ğ1 accounts"
 authors = [{name = "Vincent Texier", email = "vit@free.fr"}]
 requires-python = ">=3.9"
diff --git a/tikka/__init__.py b/tikka/__init__.py
index f4ca801972b10cdb14fede33f1c33d478b9c8990..f340e4c20d0bba3e43fdf2323b79cbbc935de697 100644
--- a/tikka/__init__.py
+++ b/tikka/__init__.py
@@ -13,4 +13,4 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-__version__ = "0.14.2"
+__version__ = "0.14.3"