diff --git a/pyproject.toml b/pyproject.toml
index 87c8de73095f711ea390cd5e49fa75d3371af48a..aaebf35f74b1a976998c1dd4da2d64c87ef6869d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "tikka"
-version = "0.6.5"
+version = "0.6.6"
 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 1debf79a7c37d4704e233a4b37b33cfd0fd3b061..2ad3d526b28a3fdcbc9263e3464546477593904a 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.5"
+__version__ = "0.6.6"