diff --git a/pyproject.toml b/pyproject.toml
index 0162039cf1f27ba546a225ca40329bb728c3636b..7b487ffdaa19c27826276ea159cd9a5d994b4eff 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "tikka"
-version = "0.6.10"
+version = "0.6.11"
 description = "Tikka is a fast and light Python/Tk client to manage your Ğ1 accounts"
 authors = ["Vincent Texier <vit@free.fr>"]
 include = [
diff --git a/tikka/__init__.py b/tikka/__init__.py
index 78ce69e930c7750a42c2aab11bcf5b51c9b5395d..4e8b08073e929c9d744bce85402fc7be4635cf5c 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.6.10"
+__version__ = "0.6.11"