diff --git a/pyproject.toml b/pyproject.toml
index b2d8afb0c975562b7aa4a3681651ded7771556fc..2f81b18b98f3c5d476548a3b01204943e893a383 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "tikka"
-version = "0.6.12"
+version = "0.7.0"
 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 552f336425e737779f4cf87e6e10e9bf8ff7d0d1..2edeb56e5632d90047f3e55ba23bf2a2b4da31ba 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.12"
+__version__ = "0.7.0"